1
0

- 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:
Tomáš Chvátal
2019-05-25 09:03:47 +00:00
committed by Git OBS Bridge
parent 0fe6dbc3a6
commit c610f74914
4 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5eceb695aa71281b33b505549f93ddcbe4c41562b1a46bd632ebaab3705c369
size 227176

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2f5c46d8db8a9113994e525c88105aca11c02c4c554c74aea4b38b702dc3c08
size 225848

View File

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

View File

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