forked from pool/python-py2pack
Accepting request 63270 from devel:languages:python
Accepted submit request 63270 from user saschpe OBS-URL: https://build.opensuse.org/request/show/63270 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b795f013c4b46f26236c829f59728005ab48f8e9459f36c5804e207a3f0a38c
|
|
||||||
size 11687
|
|
3
py2pack-0.3.11.tar.bz2
Normal file
3
py2pack-0.3.11.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f85f5e0c50a39e64e4801ba5c50bb83c9a9032639243aa566fb169bb807538c0
|
||||||
|
size 11706
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 16 08:42:27 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.3.11
|
||||||
|
* Remove newer Python features (allow running on older Distros,
|
||||||
|
namely RHEL5 and SLES9)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 26 17:31:40 UTC 2011 - saschpe@gmx.de
|
Wed Jan 26 17:31:40 UTC 2011 - saschpe@gmx.de
|
||||||
|
|
||||||
|
@@ -11,20 +11,19 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
#
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%define mod_name py2pack
|
%define mod_name py2pack
|
||||||
|
|
||||||
Name: python-%{mod_name}
|
Name: python-%{mod_name}
|
||||||
Version: 0.3.10
|
Version: 0.3.11
|
||||||
Release: 1
|
Release: 0
|
||||||
Url: http://github.com/saschpe/py2pack
|
Url: http://github.com/saschpe/py2pack
|
||||||
Summary: Generate distribution packages from Python packages on PyPI
|
Summary: Generate distribution packages from Python packages on PyPI
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
Reference in New Issue
Block a user