forked from pool/python-pydenticon
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:
committed by
Git OBS Bridge
parent
3872c7e1fb
commit
d21c9f978a
3
pydenticon-0.3.1.tar.gz
Normal file
3
pydenticon-0.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ef363cdd6f4f0193ce62257486027e36884570f6140bbde51de72df321b77f1
|
||||
size 26181
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02041c589e629c330e420ded65192c79980b3a68fa91aee6179f46af6ad4e298
|
||||
size 26045
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user