Accepting request 639322 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/639322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=45
This commit is contained in:
commit
ad5ad31fee
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 30 16:13:22 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 40.4.3:
|
||||
* #1480: Bump vendored pyparsing in pkg_resources to 2.2.1.
|
||||
|
||||
- changes from version 40.4.2:
|
||||
* #1497: Updated gitignore in repo.
|
||||
|
||||
- changes from version 40.4.1:
|
||||
* #1480: Bump vendored pyparsing to 2.2.1.
|
||||
|
||||
- changes from version 40.4.0:
|
||||
* #1481: Join the sdist --dist-dir and the build_meta sdist
|
||||
directory argument to point to the same target (meaning the build
|
||||
frontend no longer needs to clean manually the dist dir to avoid
|
||||
multiple sdist presence, and setuptools no longer needs to handle
|
||||
conflicts between the two).
|
||||
|
||||
- changes from version 40.3.0:
|
||||
* #1402: Fixed a bug with namespace packages under Python 3.6 when
|
||||
one package in current directory hides another which is
|
||||
installed.
|
||||
* #1427: Set timestamp of .egg-info directory whenever egg_info
|
||||
command is run.
|
||||
* #1474: build_meta.get_requires_for_build_sdist now does not
|
||||
include the wheel package anymore.
|
||||
* #1486: Suppress warnings in pkg_resources.handle_ns.
|
||||
* #1479: Remove internal use of six.binary_type.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 18:29:22 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -12,14 +12,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-setuptools
|
||||
Version: 40.2.0
|
||||
Version: 40.4.3
|
||||
Release: 0
|
||||
Summary: Enhancements to distutils for building and distributing Python packages
|
||||
License: Python-2.0 OR ZPL-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47881d54ede4da9c15273bac65f9340f8929d4f0213193fa7894be384f2dcfa6
|
||||
size 853783
|
3
setuptools-40.4.3.zip
Normal file
3
setuptools-40.4.3.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acbc5740dd63f243f46c2b4b8e2c7fd92259c2ddb55a4115b16418a2ed371b15
|
||||
size 854871
|
Loading…
Reference in New Issue
Block a user