forked from pool/python-python-barcode
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
0fe6dbc3a6
commit
c610f74914
3
python-barcode-0.10.0.tar.gz
Normal file
3
python-barcode-0.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5eceb695aa71281b33b505549f93ddcbe4c41562b1a46bd632ebaab3705c369
|
||||||
|
size 227176
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2f5c46d8db8a9113994e525c88105aca11c02c4c554c74aea4b38b702dc3c08
|
|
||||||
size 225848
|
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 25 09:01:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.10.0:
|
||||||
|
* Various minor fixes and tweaks
|
||||||
|
* CI integration fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 6 22:21:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sat Apr 6 22:21:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define base_name python-barcode
|
%define base_name python-barcode
|
||||||
Name: python-%{base_name}
|
Name: python-%{base_name}
|
||||||
Version: 0.9.0
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to create Barcodes with Python
|
Summary: Library to create Barcodes with Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -48,6 +48,8 @@ Library to create standard barcodes with Python. No external modules needed (opt
|
|||||||
%setup -q -n %{base_name}-%{version}
|
%setup -q -n %{base_name}-%{version}
|
||||||
# Fix rpmlint warning about too many +x perms when these files get installed later.
|
# Fix rpmlint warning about too many +x perms when these files get installed later.
|
||||||
find . -type f -exec chmod a-x {} +
|
find . -type f -exec chmod a-x {} +
|
||||||
|
# doc buildscripts we don't wanna ship
|
||||||
|
rm docs/{Makefile,make.bat}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Reference in New Issue
Block a user