Accepting request 241165 from home:TheBlackCat:branches:devel:languages:python

- BuildRequires: python-setuptools
- Add executable

OBS-URL: https://build.opensuse.org/request/show/241165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=2
This commit is contained in:
Todd R 2014-07-16 09:58:07 +00:00 committed by Git OBS Bridge
parent 479c60dba9
commit 1ba3b3f4ec
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 16 09:57:47 UTC 2014 - toddrme2178@gmail.com
- BuildRequires: python-setuptools
- Add executable
-------------------------------------------------------------------
Tue Feb 4 10:07:31 UTC 2014 - speilicke@suse.com

View File

@ -25,6 +25,7 @@ Group: Development/Languages/Python
Url: https://github.com/dstufft/twine
Source: https://pypi.python.org/packages/source/t/twine/twine-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-pkginfo
Requires: python-requests
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -83,6 +84,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.rst
%{_bindir}/twine
%{python_sitelib}/*
%changelog