14
0
forked from pool/python-qrcode

Accepting request 204433 from home:DocB:python_packages

update to 4.0.1

OBS-URL: https://build.opensuse.org/request/show/204433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-qrcode?expand=0&rev=4
This commit is contained in:
Denisart Benjamin
2013-10-23 13:22:24 +00:00
committed by Git OBS Bridge
parent 211c7d9254
commit d09152a2d2
4 changed files with 12 additions and 8 deletions

View File

@@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-qrcode
Version: 3.0
Version: 4.0.1
Release: 0
License: BSD-3-Clause
Summary: QR Code image generator
Url: https://github.com/lincolnloop/python-qrcode
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/lincolnloop/python-qrcode
Source: http://pypi.python.org/packages/source/q/qrcode/qrcode-%{version}.tar.gz
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -51,5 +52,3 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%{_bindir}/qr
%{python_sitelib}/*
%doc %{_mandir}/man1/qr.*
%changelog