- Version update to 39.0.1:
* Fix utf parsing with python2 * Various other fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=142
This commit is contained in:
parent
7eb2c82551
commit
82005b016a
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 19 10:56:56 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version update to 39.0.1:
|
||||||
|
* Fix utf parsing with python2
|
||||||
|
* Various other fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 17 19:26:20 UTC 2018 - arun@gmx.de
|
Sat Mar 17 19:26:20 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 39.0.0
|
Version: 39.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Download, build, install, upgrade, and uninstall Python packages
|
Summary: Download, build, install, upgrade, and uninstall Python packages
|
||||||
License: Python-2.0 OR ZPL-2.0
|
License: Python-2.0 OR ZPL-2.0
|
||||||
@ -44,10 +44,10 @@ Requires: python-six
|
|||||||
Requires: python-xml
|
Requires: python-xml
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
|
BuildArch: noarch
|
||||||
|
%if 0%{?suse_version} || 0%{?fedora_version} >= 24
|
||||||
Recommends: ca-certificates-mozilla
|
Recommends: ca-certificates-mozilla
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
|
||||||
# NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute
|
# NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute
|
||||||
# obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again
|
# obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again
|
||||||
%ifpython2
|
%ifpython2
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94dc566247f35009ed42c0f4422f2b4f0a032fab1372c8308b864c8f26d93388
|
|
||||||
size 844809
|
|
3
setuptools-39.0.1.zip
Normal file
3
setuptools-39.0.1.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bec7badf0f60e7fc8153fac47836edc41b74e5d541d7692e614e635720d6a7c7
|
||||||
|
size 844940
|
Loading…
Reference in New Issue
Block a user