Accepting request 231171 from devel:languages:python
Update to version 3.4.4 OBS-URL: https://build.opensuse.org/request/show/231171 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=10
This commit is contained in:
commit
4c9b1770fa
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 11:57:05 UTC 2014 - toddrme2178@gmail.com
|
||||
|
||||
- Update to version 3.4.4
|
||||
* Issue #184: Correct failure where find_package over-matched
|
||||
packages when directory traversal isn't short-circuited.
|
||||
- Update to version 3.4.3
|
||||
* Issue #183: Really fix test command with Python 3.1.
|
||||
- Update to version 3.4.2
|
||||
* Issue #183: Fix additional regression in test command on
|
||||
Python 3.1.
|
||||
- Update to version 3.4.1
|
||||
* Issue #180: Fix regression in test command not caught
|
||||
by py.test-run tests.
|
||||
- Update to version 3.4
|
||||
* Issue #176: Add parameter to the test command to support a
|
||||
custom test runner: --test-runner or -r.
|
||||
* Issue #177: Now assume most common invocation to install
|
||||
command on platforms/environments without stack support
|
||||
(issuing a warning). Setuptools now installs naturally on
|
||||
IronPython. Behavior on CPython should be unchanged.
|
||||
- Remove %check, which now depends on pytest and thus introduces
|
||||
a dependency loop (setuptools->pytest->py->setuptools)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 14:25:10 UTC 2014 - speilicke@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 3.3
|
||||
Version: 3.4.4
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/setuptools
|
||||
Summary: Easily download, build, install, upgrade, and uninstall Python packages
|
||||
@ -65,9 +65,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/alternatives
|
||||
touch %{buildroot}%{_sysconfdir}/alternatives/easy_install
|
||||
ln -sf %{_sysconfdir}/alternatives/easy_install %{buildroot}/%{_bindir}/easy_install
|
||||
|
||||
%check
|
||||
python setup.py test
|
||||
|
||||
%post
|
||||
update-alternatives \
|
||||
--install %{_bindir}/easy_install easy_install %{_bindir}/easy_install-%{py_ver} 20
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3e6155f9bb62bfd59b7f6cc2ecda21aae903e6b585f8bc55e801609c5f7814f
|
||||
size 792267
|
3
setuptools-3.4.4.tar.gz
Normal file
3
setuptools-3.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5106492d48c8efba9281a8c0a80bf162e7de6e74a6c4a83d509cf590fb949c01
|
||||
size 794335
|
Loading…
Reference in New Issue
Block a user