diff --git a/pydenticon-0.3.1.tar.gz b/pydenticon-0.3.1.tar.gz new file mode 100644 index 0000000..36f3be9 --- /dev/null +++ b/pydenticon-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef363cdd6f4f0193ce62257486027e36884570f6140bbde51de72df321b77f1 +size 26181 diff --git a/pydenticon-0.3.tar.gz b/pydenticon-0.3.tar.gz deleted file mode 100644 index 869cfe3..0000000 --- a/pydenticon-0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02041c589e629c330e420ded65192c79980b3a68fa91aee6179f46af6ad4e298 -size 26045 diff --git a/python-pydenticon.changes b/python-pydenticon.changes index f006709..c8c8f6c 100644 --- a/python-pydenticon.changes +++ b/python-pydenticon.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 20 15:32:34 UTC 2019 - pgajdos@suse.com + +- version update to 0.3.1 + * Minor bug-fixes. +- run tests + ------------------------------------------------------------------- Sun Jun 18 19:44:24 UTC 2017 - okurz@suse.com diff --git a/python-pydenticon.spec b/python-pydenticon.spec index af5621a..3af8707 100644 --- a/python-pydenticon.spec +++ b/python-pydenticon.spec @@ -1,7 +1,7 @@ # # spec file for package python-pydenticon # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname pydenticon Name: python-%{modname} -Version: 0.3 +Version: 0.3.1 Release: 0 Summary: Library for generating identicons License: BSD-3-Clause @@ -29,6 +29,9 @@ Source: https://pypi.io/packages/source/p/%{modname}/%{modname}-%{versio BuildRequires: %{python_module Pillow} BuildRequires: %{python_module base} BuildRequires: %{python_module setuptools} +# SECTION test requirements +BuildRequires: %{python_module mock} +# /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -62,9 +65,13 @@ original Sigil implementation, like: %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib}/%{modname} +%check +%python_exec setup.py test + %files %{python_files} %defattr(-,root,root,-) -%doc README.rst LICENSE +%doc README.rst +%license LICENSE %{python_sitelib}/* %changelog