forked from pool/python-Cython
		
	Accepting request 1077062 from devel:languages:python
- update to 0.29.34:
  * A refence leak of the for-loop list/tuple iterable was
    resolved if the for-loop's  ``else:`` branch executes 
    a ``break`` for an outer loop.
  * Some C compile failures in CPython 3.12 were resolved.
  * Some old usages of the deprecated Python ``imp`` module were
    replaced with ``importlib``.
  * Patch by Matúš Valo.  (Github issue :issue:`5300`)
  * Some issues with ``depfile`` generation were resolved.
  * Patches by Eli Schwartz.  (Github issues :issue:`5279`,
    :issue:`5291`)
OBS-URL: https://build.opensuse.org/request/show/1077062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=69
			
			
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:5040764c4a4d2ce964a395da24f0d1ae58144995dab92c6b96f44c3f4d72286a
 | 
			
		||||
size 2093693
 | 
			
		||||
							
								
								
									
										3
									
								
								Cython-0.29.34.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Cython-0.29.34.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:1909688f5d7b521a60c396d20bba9e47a1b2d2784bfb085401e1e1e7d29a29a8
 | 
			
		||||
size 2095502
 | 
			
		||||
@@ -1,3 +1,18 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Mon Apr  3 19:58:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
 | 
			
		||||
 | 
			
		||||
- update to 0.29.34:
 | 
			
		||||
  * A refence leak of the for-loop list/tuple iterable was
 | 
			
		||||
    resolved if the for-loop's  ``else:`` branch executes 
 | 
			
		||||
    a ``break`` for an outer loop.
 | 
			
		||||
  * Some C compile failures in CPython 3.12 were resolved.
 | 
			
		||||
  * Some old usages of the deprecated Python ``imp`` module were
 | 
			
		||||
    replaced with ``importlib``.
 | 
			
		||||
  * Patch by Matúš Valo.  (Github issue :issue:`5300`)
 | 
			
		||||
  * Some issues with ``depfile`` generation were resolved.
 | 
			
		||||
  * Patches by Eli Schwartz.  (Github issues :issue:`5279`,
 | 
			
		||||
    :issue:`5291`)
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Sat Jan  7 12:27:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@
 | 
			
		||||
 | 
			
		||||
%bcond_with test
 | 
			
		||||
Name:           python-Cython
 | 
			
		||||
Version:        0.29.33
 | 
			
		||||
Version:        0.29.34
 | 
			
		||||
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