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