14
0

- Update to version 0.3.20

* Use URL for RPM tag 'Source' instead of filename

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=31
This commit is contained in:
Sascha Peilicke
2011-06-22 10:35:32 +00:00
committed by Git OBS Bridge
parent 0024164613
commit 71af43e271
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90e3b6cc0ade0458dbb5047bed27b28d7e0853c07322f1fc5504aacee143af4d
size 16788

3
py2pack-0.3.20.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:571a048f6f5e7d169ee3322a202bc53944a15ef0044a42302a90698a553d3b90
size 16750

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 22 10:21:55 UTC 2011 - saschpe@suse.de
- Update to version 0.3.20
* Use URL for RPM tag 'Source' instead of filename
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 31 08:01:06 UTC 2011 - saschpe@suse.de Tue May 31 08:01:06 UTC 2011 - saschpe@suse.de

View File

@@ -16,13 +16,13 @@
# #
Name: python-py2pack Name: python-py2pack
Version: 0.3.18 Version: 0.3.20
Release: 0 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
Group: Development/Languages/Python Group: Development/Languages/Python
Source: py2pack-%{version}.tar.gz Source: http://pypi.python.org/packages/source/p/py2pack/py2pack-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-argparse BuildRequires: python-argparse
BuildRequires: python-devel BuildRequires: python-devel
@@ -45,10 +45,10 @@ It allows to list Python modules or search for them on the Python Package Index
universal tool to package Python modules. universal tool to package Python modules.
%prep %prep
export CFLAGS="%{optflags}"
%setup -q -n py2pack-%{version} %setup -q -n py2pack-%{version}
%build %build
export CFLAGS="%{optflags}"
python setup.py build python setup.py build
%install %install