Accepting request 542696 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/542696 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=31
This commit is contained in:
commit
6815c6c54f
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 13:24:24 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Trim bias from description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 07:03:43 UTC 2017 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* add missing url field
|
||||
|
||||
- update to version 36.7.2:
|
||||
* #701: Fixed duplicate test discovery on Python 3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 11 17:11:34 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 36.7.1:
|
||||
* #1193: Avoid test failures in bdist_egg when
|
||||
PYTHONDONTWRITEBYTECODE is set.
|
||||
|
||||
- changes from version 36.7.0:
|
||||
* #1054: Support setup_requires in setup.cfg files.
|
||||
|
||||
- changes from version 36.6.1:
|
||||
* #1132: Removed redundant and costly serialization/parsing step in
|
||||
EntryPoint.__init__.
|
||||
* #844: bdist_egg --exclude-source-files now tested and works on
|
||||
Python 3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 15:41:04 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -19,11 +19,12 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-setuptools
|
||||
Version: 36.6.0
|
||||
Version: 36.7.2
|
||||
Release: 0
|
||||
Summary: Easily 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
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/pypa/setuptools
|
||||
Source: https://pypi.io/packages/source/s/setuptools/setuptools-%{version}.zip
|
||||
Source1: psfl.txt
|
||||
Source2: zpl.txt
|
||||
@ -56,7 +57,7 @@ BuildArch: noarch
|
||||
|
||||
%description
|
||||
setuptools is a collection of enhancements to the Python distutils that
|
||||
allow you to more easily build and distribute Python packages,
|
||||
allow you to build and distribute Python packages,
|
||||
especially ones that have dependencies on other packages.
|
||||
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62074589522a798da243f47348f38020d55b6c945652e2f2c09d3a96299812b7
|
||||
size 725173
|
3
setuptools-36.7.2.zip
Normal file
3
setuptools-36.7.2.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad86fd8dd09c285c33b4c5b82bbc21d21883637faef78b0ab58fa9984847220d
|
||||
size 726758
|
Loading…
Reference in New Issue
Block a user