From c610f7491475a415ceb73d351f692fb8b9e155d2c4ad1dec3e3c75da211ee0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 25 May 2019 09:03:47 +0000 Subject: [PATCH] - Update to 0.10.0: * Various minor fixes and tweaks * CI integration fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=7 --- python-barcode-0.10.0.tar.gz | 3 +++ python-barcode-0.9.0.tar.gz | 3 --- python-python-barcode.changes | 7 +++++++ python-python-barcode.spec | 4 +++- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 python-barcode-0.10.0.tar.gz delete mode 100644 python-barcode-0.9.0.tar.gz diff --git a/python-barcode-0.10.0.tar.gz b/python-barcode-0.10.0.tar.gz new file mode 100644 index 0000000..59c18f0 --- /dev/null +++ b/python-barcode-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5eceb695aa71281b33b505549f93ddcbe4c41562b1a46bd632ebaab3705c369 +size 227176 diff --git a/python-barcode-0.9.0.tar.gz b/python-barcode-0.9.0.tar.gz deleted file mode 100644 index 36aab0a..0000000 --- a/python-barcode-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2f5c46d8db8a9113994e525c88105aca11c02c4c554c74aea4b38b702dc3c08 -size 225848 diff --git a/python-python-barcode.changes b/python-python-barcode.changes index d196595..cb65ea1 100644 --- a/python-python-barcode.changes +++ b/python-python-barcode.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 25 09:01:04 UTC 2019 - Tomáš Chvátal + +- Update to 0.10.0: + * Various minor fixes and tweaks + * CI integration fixes + ------------------------------------------------------------------- Sat Apr 6 22:21:01 UTC 2019 - Jan Engelhardt diff --git a/python-python-barcode.spec b/python-python-barcode.spec index 82b708d..bae8eae 100644 --- a/python-python-barcode.spec +++ b/python-python-barcode.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %define base_name python-barcode Name: python-%{base_name} -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: Library to create Barcodes with Python License: MIT @@ -48,6 +48,8 @@ Library to create standard barcodes with Python. No external modules needed (opt %setup -q -n %{base_name}-%{version} # Fix rpmlint warning about too many +x perms when these files get installed later. find . -type f -exec chmod a-x {} + +# doc buildscripts we don't wanna ship +rm docs/{Makefile,make.bat} %build %python_build