From b8a2c25b3555933431411d2b90498646bf965a2fff17376d7ff3bf5a2eb3b7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 12:11:33 +0000 Subject: [PATCH] - Update to 0.6.0: * trivial fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjokes?expand=0&rev=6 --- pyjokes-0.5.0.tar.gz | 3 --- pyjokes-0.6.0.tar.gz | 3 +++ python-pyjokes.changes | 6 ++++++ python-pyjokes.spec | 8 +++----- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 pyjokes-0.5.0.tar.gz create mode 100644 pyjokes-0.6.0.tar.gz diff --git a/pyjokes-0.5.0.tar.gz b/pyjokes-0.5.0.tar.gz deleted file mode 100644 index 9a6c093..0000000 --- a/pyjokes-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:745299c99b7a4015251b4876ecd59dd62803f458a9f0540d036f0f6627dcc67e -size 10097 diff --git a/pyjokes-0.6.0.tar.gz b/pyjokes-0.6.0.tar.gz new file mode 100644 index 0000000..4c8e307 --- /dev/null +++ b/pyjokes-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08860eedb78cbfa4618243c8db088f21c39823ece1fdaf0133e52d9c56e981a5 +size 24439 diff --git a/python-pyjokes.changes b/python-pyjokes.changes index c62c754..cb35ae8 100644 --- a/python-pyjokes.changes +++ b/python-pyjokes.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 10 12:09:42 UTC 2019 - Tomáš Chvátal + +- Update to 0.6.0: + * trivial fixes + ------------------------------------------------------------------- Tue Dec 4 12:52:20 UTC 2018 - Matej Cepl diff --git a/python-pyjokes.spec b/python-pyjokes.spec index 2d7f93e..d9c08b3 100644 --- a/python-pyjokes.spec +++ b/python-pyjokes.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyjokes -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: One line jokes for programmers (jokes as a service) License: BSD-3-Clause 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 Source99: https://raw.githubusercontent.com/pyjokes/pyjokes/master/LICENCE.txt BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -50,7 +49,6 @@ cp %{SOURCE99} . %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) %doc README.rst %license LICENCE.txt %python3_only %{_bindir}/pyjoke