forked from pool/python-setuptools
Accepting request 545910 from home:mimi_vx:branches:devel:languages:python
- update to 38.2.1 * fix encoding handling of metadata when installing from a wheel OBS-URL: https://build.opensuse.org/request/show/545910 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=124
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 09:53:59 UTC 2017 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
- update to 38.2.1
|
||||||
|
* fix encoding handling of metadata when installing from a wheel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 26 21:17:50 UTC 2017 - arun@gmx.de
|
Sun Nov 26 21:17:50 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
@@ -19,13 +19,13 @@
|
|||||||
%{?!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: 38.2.0
|
Version: 38.2.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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/pypa/setuptools
|
Url: https://github.com/pypa/setuptools
|
||||||
Source: https://pypi.io/packages/source/s/setuptools/setuptools-%{version}.zip
|
Source: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{version}.zip
|
||||||
Source1: psfl.txt
|
Source1: psfl.txt
|
||||||
Source2: zpl.txt
|
Source2: zpl.txt
|
||||||
BuildRequires: %{python_module appdirs}
|
BuildRequires: %{python_module appdirs}
|
||||||
@@ -42,17 +42,16 @@ Requires: python-appdirs
|
|||||||
Requires: python-packaging
|
Requires: python-packaging
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-xml
|
Requires: python-xml
|
||||||
Recommends: ca-certificates-mozilla
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
Recommends: ca-certificates-mozilla
|
||||||
|
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
|
||||||
Provides: %{oldpython}-distribute = %{version}
|
Provides: %{oldpython}-distribute = %{version}
|
||||||
Obsoletes: %{oldpython}-distribute < %{version}
|
Obsoletes: %{oldpython}-distribute < %{version}
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -60,7 +59,6 @@ setuptools is a collection of enhancements to the Python distutils that
|
|||||||
allow you to build and distribute Python packages,
|
allow you to build and distribute Python packages,
|
||||||
especially ones that have dependencies on other packages.
|
especially ones that have dependencies on other packages.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n setuptools-%{version}
|
%setup -q -n setuptools-%{version}
|
||||||
find . -type f -name "*.orig" -delete
|
find . -type f -name "*.orig" -delete
|
||||||
@@ -95,8 +93,7 @@ sed -r -i '1s@^#!/.*$@@' setuptools/command/easy_install.py
|
|||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative easy_install
|
%python_uninstall_alternative easy_install
|
||||||
|
|
||||||
%files %python_files
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc CHANGES.rst README.rst
|
%doc CHANGES.rst README.rst
|
||||||
%python_alternative %{_bindir}/easy_install
|
%python_alternative %{_bindir}/easy_install
|
||||||
%{python_sitelib}/setuptools
|
%{python_sitelib}/setuptools
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:792d43d392372dee998cf2e155d6ecdd72640fe4b4e156af1db1453df721b0cd
|
|
||||||
size 735858
|
|
3
setuptools-38.2.1.zip
Normal file
3
setuptools-38.2.1.zip
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8544c080a9b3e5ae771675a0707fc0c35ab46651c3332e98388dcb4720ed1092
|
||||||
|
size 736017
|
Reference in New Issue
Block a user