14
0

Accepting request 805580 from home:alarrosa:branches:devel:languages:python

- Re-download source package which changed the topdir name

OBS-URL: https://build.opensuse.org/request/show/805580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-05-14 11:31:20 +00:00
committed by Git OBS Bridge
parent 11447323cd
commit 6de876b38f
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebfee5759ffcd54fb792c76f5043f8380d483001f2bf28b899cd7ab5e1609eac
size 75525
oid sha256:3097ba5e6ac94cd8b07c413b88aad0f76a28d4d2cf891025fa015d9d5db0e1f1
size 75539

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>

View File

@@ -43,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