14
0

- Update to 0.6.0:

* trivial fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjokes?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-09-10 12:11:33 +00:00
committed by Git OBS Bridge
parent e3ee8def29
commit b8a2c25b35
4 changed files with 12 additions and 8 deletions

View File

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

3
pyjokes-0.6.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 10 12:09:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.6.0:
* trivial fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:52:20 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:52:20 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyjokes # spec file for package python-pyjokes
# #
# Copyright (c) 2018 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
@@ -18,19 +18,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyjokes Name: python-pyjokes
Version: 0.5.0 Version: 0.6.0
Release: 0 Release: 0
Summary: One line jokes for programmers (jokes as a service) Summary: One line jokes for programmers (jokes as a service)
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/pyjokes/pyjokes URL: https://github.com/pyjokes/pyjokes
Source: https://files.pythonhosted.org/packages/source/p/pyjokes/pyjokes-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pyjokes/pyjokes-%{version}.tar.gz
Source99: https://raw.githubusercontent.com/pyjokes/pyjokes/master/LICENCE.txt Source99: https://raw.githubusercontent.com/pyjokes/pyjokes/master/LICENCE.txt
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -50,7 +49,6 @@ cp %{SOURCE99} .
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-)
%doc README.rst %doc README.rst
%license LICENCE.txt %license LICENCE.txt
%python3_only %{_bindir}/pyjoke %python3_only %{_bindir}/pyjoke