Accepting request 631542 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/631542 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=43
This commit is contained in:
commit
909d83bec9
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 25 15:23:28 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Use noun phrase in summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 18 17:00:16 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* removed devel for noarch package
|
||||
|
||||
- update to version 40.1.0:
|
||||
* #1410: Deprecated upload and register commands.
|
||||
* #1312: Introduced find_namespace_packages() to find PEP 420
|
||||
namespace packages.
|
||||
* #1420: Added find_namespace: directive to config parser.
|
||||
* #1418: Solved race in when creating egg cache directories.
|
||||
* #1450: Upgraded vendored PyParsing from 2.1.10 to 2.2.0.
|
||||
* #1451: Upgraded vendored appdirs from 1.4.0 to 1.4.3.
|
||||
* #1388: Fixed "Microsoft Visual C++ Build Tools" link in exception
|
||||
when Visual C++ not found.
|
||||
* #1389: Added support for scripts which have unicode content.
|
||||
* #1416: Moved several Python version checks over to using six.PY2
|
||||
and six.PY3.
|
||||
* #1441: Removed spurious executable permissions from files that
|
||||
don't need them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 12 03:29:00 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -19,9 +19,9 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-setuptools
|
||||
Version: 40.0.0
|
||||
Version: 40.1.0
|
||||
Release: 0
|
||||
Summary: Download, build, install, upgrade, and uninstall Python packages
|
||||
Summary: Enhancements to distutils for building and distributing Python packages
|
||||
License: Python-2.0 OR ZPL-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/pypa/setuptools
|
||||
@ -29,7 +29,6 @@ Source: https://files.pythonhosted.org/packages/source/s/setuptools/setu
|
||||
Source1: psfl.txt
|
||||
Source2: zpl.txt
|
||||
BuildRequires: %{python_module appdirs}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module xml}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f
|
||||
size 849857
|
3
setuptools-40.1.0.zip
Normal file
3
setuptools-40.1.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:664500268e4d649ce5b9f9dc0af0edc2b144666b1544d64af0453da94aa72b70
|
||||
size 853336
|
Loading…
Reference in New Issue
Block a user