forked from pool/python-Cython
		
	Accepting request 1138672 from devel:languages:python
- update to 3.0.8:
  * Using const together with defined fused types could fail to
    compile. (Github issue :issue:`5230`)
  * A "use after free" bug was fixed in parallel sections.
    (Github issue :issue:`5922`)
  * Several types were not available as cython.* types in pure
    Python code.
  * The generated code is now correct C89 again, removing some
    C++ style // comments and C99-style declaration-after-code
    code ordering.  This is still relevant for some ols C
    compilers, specifically ones that match old Python 2.7
    installations.
OBS-URL: https://build.opensuse.org/request/show/1138672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=81
			
			
This commit is contained in:
		| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213 | ||||
| size 2741910 | ||||
							
								
								
									
										
											BIN
										
									
								
								Cython-3.0.8.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Cython-3.0.8.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,3 +1,19 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Sun Jan 14 15:30:24 UTC 2024 - Dirk Müller <dmueller@suse.com> | ||||
|  | ||||
| - update to 3.0.8: | ||||
|   * Using const together with defined fused types could fail to | ||||
|     compile. (Github issue :issue:`5230`) | ||||
|   * A "use after free" bug was fixed in parallel sections. | ||||
|     (Github issue :issue:`5922`) | ||||
|   * Several types were not available as cython.* types in pure | ||||
|     Python code. | ||||
|   * The generated code is now correct C89 again, removing some | ||||
|     C++ style // comments and C99-style declaration-after-code | ||||
|     code ordering.  This is still relevant for some ols C | ||||
|     compilers, specifically ones that match old Python 2.7 | ||||
|     installations. | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Tue Jan  2 22:01:07 UTC 2024 - Dirk Müller <dmueller@suse.com> | ||||
|  | ||||
|   | ||||
| @@ -19,7 +19,7 @@ | ||||
| %bcond_with test | ||||
| %{?sle15_python_module_pythons} | ||||
| Name:           python-Cython | ||||
| Version:        3.0.7 | ||||
| Version:        3.0.8 | ||||
| Release:        0 | ||||
| Summary:        The Cython compiler for writing C extensions for the Python language | ||||
| License:        Apache-2.0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user