forked from pool/python-billiard
		
	Accepting request 655584 from devel:languages:python
- Fix the build again - Fix the fdupes call - Update version to 3.5.0.5: * Various small bugfixes all around - Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/request/show/655584 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-billiard?expand=0&rev=14
This commit is contained in:
		| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:3eb01a8fe44116aa6d63d2010515ef1526e40caee5f766f75b2d28393332dcaa |  | ||||||
| size 157299 |  | ||||||
							
								
								
									
										3
									
								
								billiard-3.5.0.5.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								billiard-3.5.0.5.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:42d9a227401ac4fba892918bba0a0c409def5435c4b483267ebfe821afaaba0e | ||||||
|  | size 150031 | ||||||
| @@ -1,3 +1,16 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Thu Dec  6 11:17:08 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com> | ||||||
|  |  | ||||||
|  | - Fix the build again | ||||||
|  | - Fix the fdupes call | ||||||
|  | - Update version to 3.5.0.5: | ||||||
|  |   * Various small bugfixes all around | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Dec  4 12:46:06 UTC 2018 - Matej Cepl <mcepl@suse.com> | ||||||
|  |  | ||||||
|  | - Remove superfluous devel dependency for noarch package | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Mon Jun 26 20:20:22 UTC 2017 - benoit.monin@gmx.fr | Mon Jun 26 20:20:22 UTC 2017 - benoit.monin@gmx.fr | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-billiard | # spec file for package python-billiard | ||||||
| # | # | ||||||
| # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. | # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. | ||||||
| # | # | ||||||
| # All modifications and additions to the file contributed by third parties | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # remain the property of their copyright owners, unless otherwise agreed | ||||||
| @@ -12,40 +12,37 @@ | |||||||
| # license that conforms to the Open Source Definition (Version 1.9) | # license that conforms to the Open Source Definition (Version 1.9) | ||||||
| # published by the Open Source Initiative. | # published by the Open Source Initiative. | ||||||
|  |  | ||||||
| # Please submit bugfixes or comments via http://bugs.opensuse.org/ | # Please submit bugfixes or comments via https://bugs.opensuse.org/ | ||||||
| # | # | ||||||
|  |  | ||||||
|  |  | ||||||
| %{?!python_module:%define python_module() python-%{**} python3-%{**}} | %{?!python_module:%define python_module() python-%{**} python3-%{**}} | ||||||
| Name:           python-billiard | Name:           python-billiard | ||||||
| Version:        3.5.0.2 | Version:        3.5.0.5 | ||||||
| Release:        0 | Release:        0 | ||||||
| Url:            https://github.com/celery/billiard |  | ||||||
| Summary:        Python multiprocessing fork | Summary:        Python multiprocessing fork | ||||||
| License:        BSD-3-Clause | License:        BSD-3-Clause | ||||||
| Group:          Development/Languages/Python | Group:          Development/Languages/Python | ||||||
|  | URL:            https://github.com/celery/billiard | ||||||
| Source:         https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz | Source:         https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz | ||||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build | BuildRequires:  %{python_module case >= 1.3.1} | ||||||
| BuildRequires:  %{python_module devel} | BuildRequires:  %{python_module pytest >= 3.0} | ||||||
| BuildRequires:  %{python_module setuptools} | BuildRequires:  %{python_module setuptools} | ||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
| # Documentation requirements (only python3 needed): | BuildRequires:  python2-devel | ||||||
|  | # Documentation requirements | ||||||
| BuildRequires:  python3-Sphinx >= 0.5 | BuildRequires:  python3-Sphinx >= 0.5 | ||||||
| # Test requirements: | Suggests:       %{name}-doc = %{version} | ||||||
| BuildRequires:  %{python_module case >= 1.3.1} |  | ||||||
| BuildRequires:  %{python_module pytest >= 3.0} |  | ||||||
| Suggests:       %name-doc = %version |  | ||||||
| %ifpython3 | %ifpython3 | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
| %endif | %endif | ||||||
|  |  | ||||||
| %package -n %{name}-doc | %package -n %{name}-doc | ||||||
| Summary:        Documentation for %name | Summary:        Documentation for %{name} | ||||||
| Group:          Development/Languages/Python | Group:          Development/Languages/Python | ||||||
| Provides:       %{python_module billiard-doc = %{version}} | Provides:       %{python_module billiard-doc = %{version}} | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
|  |  | ||||||
| %python_subpackages | %python_subpackages | ||||||
|  |  | ||||||
| %description | %description | ||||||
| @@ -55,7 +52,7 @@ pyprocessing package. This standalone variant is intended to be compatible with | |||||||
| Python 2.4 and 2.5, and will draw it's fixes/improvements from python-trunk. | Python 2.4 and 2.5, and will draw it's fixes/improvements from python-trunk. | ||||||
|  |  | ||||||
| %description -n %{name}-doc | %description -n %{name}-doc | ||||||
| Documentation and help files for %name. | Documentation and help files for %{name}. | ||||||
|  |  | ||||||
| %prep | %prep | ||||||
| %setup -q -n billiard-%{version} | %setup -q -n billiard-%{version} | ||||||
| @@ -69,24 +66,17 @@ popd | |||||||
|  |  | ||||||
| %install | %install | ||||||
| %python_install | %python_install | ||||||
| %fdupes %buildroot/%_prefix | %python_expand %fdupes %{buildroot}%{$python_sitelib} | ||||||
|  | %python_expand %fdupes %{buildroot}%{$python_sitearch} | ||||||
|  |  | ||||||
| %check | %check | ||||||
| %python_exec setup.py test | %python_exec setup.py test | ||||||
|  |  | ||||||
| %files  %{python_files} | %files %{python_files} | ||||||
| %defattr(-,root,root,-) |  | ||||||
| %doc CHANGES.txt README.rst | %doc CHANGES.txt README.rst | ||||||
| %if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320 |  | ||||||
| %license LICENSE.txt | %license LICENSE.txt | ||||||
| %else | %python3_only %{python_sitelib}/* | ||||||
| %doc LICENSE.txt | %python2_only %{python_sitearch}/* | ||||||
| %endif |  | ||||||
| %ifpython2 |  | ||||||
| %{python_sitearch}/* |  | ||||||
| %else |  | ||||||
| %{python_sitelib}/* |  | ||||||
| %endif |  | ||||||
|  |  | ||||||
| %files -n %{name}-doc | %files -n %{name}-doc | ||||||
| %doc Doc/html | %doc Doc/html | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user