14
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

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