forked from pool/python-typepy
		
	Accepting request 789529 from home:mnhauke
- Update to version 1.0.0 * Drop Python 2 support * Add support for Python 3.9 * Add extract_typepy_from_dtype function * Remove deprecated functions * Modify NullString not to strip white spaces in default OBS-URL: https://build.opensuse.org/request/show/789529 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=5
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							3d142d2fb9
						
					
				
				
					commit
					3b71cc0167
				
			| @@ -1,3 +1,13 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Sun Mar 29 15:18:34 UTC 2020 - Martin Hauke <mardnh@gmx.de> | ||||
|  | ||||
| - Update to version 1.0.0 | ||||
|   * Drop Python 2 support | ||||
|   * Add support for Python 3.9 | ||||
|   * Add extract_typepy_from_dtype function | ||||
|   * Remove deprecated functions | ||||
|   * Modify NullString not to strip white spaces in default | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Tue Mar 17 08:22:09 UTC 2020 - pgajdos@suse.com | ||||
|  | ||||
|   | ||||
| @@ -17,8 +17,9 @@ | ||||
|  | ||||
|  | ||||
| %{?!python_module:%define python_module() python-%{**} python3-%{**}} | ||||
| %define skip_python2 1 | ||||
| Name:           python-typepy | ||||
| Version:        0.6.6 | ||||
| Version:        1.0.0 | ||||
| Release:        0 | ||||
| Summary:        Python library for run time variable type checker  | ||||
| License:        MIT | ||||
| @@ -34,8 +35,6 @@ BuildRequires:  %{python_module python-dateutil >= 2.8.0} | ||||
| BuildRequires:  %{python_module pytz >= 2018.9} | ||||
| BuildRequires:  %{python_module six >= 1.10.0} | ||||
| BuildRequires:  %{python_module termcolor} | ||||
| BuildRequires:  python-enum34 | ||||
| BuildRequires:  python-ipaddress | ||||
| # /SECTION | ||||
| BuildRequires:  fdupes | ||||
| Requires:       python-mbstrdecoder >= 0.8.3 | ||||
| @@ -45,10 +44,6 @@ Suggests:       python-python-dateutil >= 2.8.0 | ||||
| Suggests:       python-pytz >= 2018.9 | ||||
| Suggests:       python-path.py | ||||
| Suggests:       python-termcolor | ||||
| %ifpython2 | ||||
| Requires:       python-enum34 | ||||
| Requires:       python-ipaddress | ||||
| %endif | ||||
| BuildArch:      noarch | ||||
|  | ||||
| %python_subpackages | ||||
|   | ||||
| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:116d4cd26a973d4cf453e94990ab14a2d148757ced47a7b1547fcf8301c58f78 | ||||
| size 23951 | ||||
							
								
								
									
										3
									
								
								typepy-1.0.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								typepy-1.0.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:e422165afc5632ef8006ae6b35a3984a132f60287809752099f8d0a16d3561dd | ||||
| size 23706 | ||||
		Reference in New Issue
	
	Block a user