forked from pool/python-PyQRCode
Accepting request 805582 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/805582 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQRCode?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebfee5759ffcd54fb792c76f5043f8380d483001f2bf28b899cd7ab5e1609eac
|
||||
size 75525
|
||||
oid sha256:3097ba5e6ac94cd8b07c413b88aad0f76a28d4d2cf891025fa015d9d5db0e1f1
|
||||
size 75539
|
||||
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 11:29:17 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Re-download source package which changed the topdir name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 10:01:30 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Do not build python2 version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 11:45:51 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyQRCode
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define modname PyQRCode
|
||||
Name: python-PyQRCode
|
||||
Version: 1.3.0
|
||||
@@ -42,7 +43,7 @@ BuildArch: noarch
|
||||
The PyQRCode module is a QR code generator that is simple to use and written in pure python. The module can automates most of the building process for creating QR codes. Most codes can be created using only two lines of code!
|
||||
|
||||
%prep
|
||||
%setup -q -n pyqrcode-%{version}
|
||||
%setup -q -n pyqrcodeNG-%{version}
|
||||
sed -i -e '1{\@^#!%{_bindir}/env python@d}' pyqrcode/{cli,qrspecial}.py
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user