commit python-PyQRCode for openSUSE:Factory

2020-05-14 Thread root
Hello community,

here is the log from the commit of package python-PyQRCode for openSUSE:Factory 
checked in at 2020-05-14 23:26:24

Comparing /work/SRC/openSUSE:Factory/python-PyQRCode (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyQRCode.new.2738 (New)


Package is "python-PyQRCode"

Thu May 14 23:26:24 2020 rev:4 rq:805582 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PyQRCode/python-PyQRCode.changes  
2019-10-16 09:14:23.591605523 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyQRCode.new.2738/python-PyQRCode.changes
2020-05-14 23:26:32.741210279 +0200
@@ -1,0 +2,10 @@
+Thu May 14 11:29:17 UTC 2020 - Antonio Larrosa 
+
+- Re-download source package which changed the topdir name
+
+---
+Thu May 14 10:01:30 UTC 2020 - Antonio Larrosa 
+
+- Do not build python2 version
+
+---



Other differences:
--
++ python-PyQRCode.spec ++
--- /var/tmp/diff_new_pack.HWLlUR/_old  2020-05-14 23:26:34.021213072 +0200
+++ /var/tmp/diff_new_pack.HWLlUR/_new  2020-05-14 23:26:34.021213072 +0200
@@ -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 @@
 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

++ 1.3.0.tar.gz ++




commit python-PyQRCode for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-PyQRCode for openSUSE:Factory 
checked in at 2019-10-16 09:14:21

Comparing /work/SRC/openSUSE:Factory/python-PyQRCode (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyQRCode.new.2352 (New)


Package is "python-PyQRCode"

Wed Oct 16 09:14:21 2019 rev:3 rq:738309 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PyQRCode/python-PyQRCode.changes  
2019-04-01 12:41:06.313994429 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyQRCode.new.2352/python-PyQRCode.changes
2019-10-16 09:14:23.591605523 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 11:45:51 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-PyQRCode.spec ++
--- /var/tmp/diff_new_pack.awqb5S/_old  2019-10-16 09:14:24.235603863 +0200
+++ /var/tmp/diff_new_pack.awqb5S/_new  2019-10-16 09:14:24.239603853 +0200
@@ -23,7 +23,6 @@
 Release:0
 Summary:Python 3 module to generate QR Codes
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/mnooner256/pyqrcode
 # This is unofficial fork with some additional fixes, the canonical
 # upstream repository is dead.
@@ -54,7 +53,7 @@
 %install
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/pyqr
-%python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
+%python_expand %fdupes %{buildroot}/%{$python_sitelib}
 
 %check
 %pytest




commit python-PyQRCode for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package python-PyQRCode for openSUSE:Factory 
checked in at 2019-04-01 12:40:52

Comparing /work/SRC/openSUSE:Factory/python-PyQRCode (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyQRCode.new.25356 (New)


Package is "python-PyQRCode"

Mon Apr  1 12:40:52 2019 rev:2 rq:690278 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PyQRCode/python-PyQRCode.changes  
2019-03-26 22:34:03.561682081 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyQRCode.new.25356/python-PyQRCode.changes   
2019-04-01 12:41:06.313994429 +0200
@@ -1,0 +2,5 @@
+Mon Apr  1 08:43:21 UTC 2019 - Tomáš Chvátal 
+
+- Sort out with spec-cleaner
+
+---



Other differences:
--
++ python-PyQRCode.spec ++
--- /var/tmp/diff_new_pack.BTIyVd/_old  2019-04-01 12:41:06.861994696 +0200
+++ /var/tmp/diff_new_pack.BTIyVd/_new  2019-04-01 12:41:06.861994696 +0200
@@ -34,9 +34,9 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildArch:  noarch
 Requires(post):   update-alternatives
 Requires(postun):  update-alternatives
+BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -44,7 +44,7 @@
 
 %prep
 %setup -q -n pyqrcode-%{version}
-sed -i -e '1{\@^#!/usr/bin/env python@d}' pyqrcode/{cli,qrspecial}.py
+sed -i -e '1{\@^#!%{_bindir}/env python@d}' pyqrcode/{cli,qrspecial}.py
 
 %build
 %python_build