14
0

Accepting request 705243 from home:pgajdos

- version update to 0.3.1
  * Minor bug-fixes.
- run tests

OBS-URL: https://build.opensuse.org/request/show/705243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydenticon?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-05-24 12:36:06 +00:00
committed by Git OBS Bridge
parent 3872c7e1fb
commit d21c9f978a
4 changed files with 21 additions and 7 deletions

3
pydenticon-0.3.1.tar.gz Normal file
View File

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

View File

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

View File

@@ -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 Sun Jun 18 19:44:24 UTC 2017 - okurz@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pydenticon # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname pydenticon %define modname pydenticon
Name: python-%{modname} Name: python-%{modname}
Version: 0.3 Version: 0.3.1
Release: 0 Release: 0
Summary: Library for generating identicons Summary: Library for generating identicons
License: BSD-3-Clause 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 Pillow}
BuildRequires: %{python_module base} BuildRequires: %{python_module base}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
# SECTION test requirements
BuildRequires: %{python_module mock}
# /SECTION
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -62,9 +65,13 @@ original Sigil implementation, like:
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}/%{modname} %python_expand %fdupes %{buildroot}%{$python_sitelib}/%{modname}
%check
%python_exec setup.py test
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README.rst LICENSE %doc README.rst
%license LICENSE
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog