#16 [Don't Merge] Update to 3.0a3
Closed 3 years ago by churchyard. Opened 4 years ago by dormouse.
rpms/ dormouse/Cython Cython_3.0  into  master

file modified
+1
@@ -42,3 +42,4 @@ 

  /Cython-0.29.14.tar.gz

  /Cython-0.29.15.tar.gz

  /Cython-0.29.16.tar.gz

+ /Cython-3.0a3.tar.gz

file modified
+10 -4
@@ -4,14 +4,17 @@ 

  %bcond_without tests

  

  Name:           Cython

- Version:        0.29.16

- %global upver %{version_no_tilde %{nil}}

+ %global general_version 3.0

+ %global prerel a3

+ %global upver %{general_version}%{?prerel}

+ 

+ Version:        %{general_version}%{?prerel:~%{prerel}}

  Release:        1%{?dist}

  Summary:        Language for writing Python extension modules

  

  License:        ASL 2.0

  URL:            http://www.cython.org

- Source:         https://github.com/cython/cython/archive/%{upver}/%{srcname}-%{version}.tar.gz

+ Source:         https://github.com/cython/cython/archive/%{upver}/%{srcname}-%{upver}.tar.gz

  

  BuildRequires:  gcc

  %if %{with tests}
@@ -87,7 +90,7 @@ 

  

  %files -n python3-%{srcname}

  %license LICENSE.txt

- %doc *.txt Demos Doc Tools

+ %doc *.txt Demos Tools

  %{_bindir}/cython

  %{_bindir}/cygdb

  %{_bindir}/cythonize
@@ -103,6 +106,9 @@ 

  %{_emacs_sitestartdir}/cython*.el*

  

  %changelog

+ * Tue Apr 28 2020 Marcel Plch <mplch@redhat.com> - 0.3.0-1

+ - rebuilt

+ 

  * Wed Mar 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.16-1

  - Update to 0.29.16 (#1816785)

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (Cython-0.29.16.tar.gz) = 8f7a05ad86d557d774b2de5ec77fa9bc2600500555b607482899ade2b8abb2ebb60fc1b944f355b37663e30de09d53bcaa925f888b4128f4b0345a1cad9e2923

+ SHA512 (Cython-3.0a3.tar.gz) = 9874c1404427ee3a1f1a77bf74ed9fb53026438ea4f1c756ac11e69a96854dda6b1e103b71addf698cddb5ca4f9563bf42a1d69fd08a03c876b2f8edb72be8d6

A PR to make changes publicly available.

+ cd Cython-3.0a3
/var/tmp/rpm-tmp.j3w52y: line 39: cd: Cython-3.0a3: No such file or directory

This is not the file uploaded to the lookaside cache.

[Cython (master %)]$ fedpkg sources 
Downloading Cython-3.0a3.tar.gz
######################################################################## 100.0%
[Cython (master %)]$ sha256sum Cython-3.0a3.tar.gz 
fcb350b4973a137ae9d8f9eed046c6cbea0ad8fc290e997c63432ff1821b50ca  Cython-3.0a3.tar.gz
[Cython (master %)]$ rm Cython-3.0a3.tar.gz
[Cython (master %)]$ spectool -g Cython.spec 
Getting https://github.com/cython/cython/archive/3.0a3/Cython-3.0a3.tar.gz to ./Cython-3.0a3.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   120  100   120    0     0     40      0  0:00:03  0:00:02  0:00:01    40
100 2097k    0 2097k    0     0   498k      0 --:--:--  0:00:04 --:--:-- 3146k
[Cython (master %)]$ sha256sum Cython-3.0a3.tar.gz 
aac103906223875dbab661cb6cc92656fd72ed507e30121d4043e9a9376caff3  Cython-3.0a3.tar.gz

cd: Cython-3.0a3: No such file or directory

This only happens with the source downloaded from the SourceURL.

cd: Cython-3.0a3: No such file or directory

This only happens with the source downloaded from the SourceURL.

I know how this happened.
Release announcement leads to PyPi and I used source from there, which seems to be a bit different from the GitHub one, which we use in the spec.
I'll upload the GitHub one.

1 new commit added

  • Use GitHub release
4 years ago

Pull-Request has been closed by churchyard

3 years ago