From b5b164a9ac3d93b8c3f76788c2a428e5ba8b97cbf6b6db02e1eeecaf6d8fc378 Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Thu, 29 Sep 2022 16:48:26 +0000 Subject: [PATCH] Accepting request 1007012 from home:yarunachalam:branches:devel:languages:python - Update to 1.12.4 (2022-06-24) * Remove silly PyPI version badge. - Update to 1.12.3 (2022-06-24) * Modernize internal project structure; drop tox; no user-visible changes (hopefully). * Rework coverage badge generation. * Drop Travis CI badge (the project is using GitHub for CI now) - Update to 1.11.2 (2022-05-15) * Fix missing file in release. - Update to 1.11.1 (2022-05-14) * Fix brown-bag release. - Update to 1.11.0 (2022-05-14) * Fix test detection in Python 2 which was broken since 1.10.0. (#20) * Add Python 3.9 and 3.10 to tox config. * Add a Makefile to centeralized development activities. OBS-URL: https://build.opensuse.org/request/show/1007012 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-manuel?expand=0&rev=19 --- manuel-1.10.1.tar.gz | 3 --- manuel-1.12.4.tar.gz | 3 +++ python-manuel.changes | 22 ++++++++++++++++++++++ python-manuel.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 manuel-1.10.1.tar.gz create mode 100644 manuel-1.12.4.tar.gz diff --git a/manuel-1.10.1.tar.gz b/manuel-1.10.1.tar.gz deleted file mode 100644 index 8f5814b..0000000 --- a/manuel-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fee65086422cf8ccb31182db6e3bcd59f6bc1c8a6d71e35df1d481238f57bfad -size 42142 diff --git a/manuel-1.12.4.tar.gz b/manuel-1.12.4.tar.gz new file mode 100644 index 0000000..13ebd8a --- /dev/null +++ b/manuel-1.12.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0395aadf6991f924ac795cfad59da5dc0618732a8cc58ad0f474965ab728f7f4 +size 45369 diff --git a/python-manuel.changes b/python-manuel.changes index 99434a7..6dd497c 100644 --- a/python-manuel.changes +++ b/python-manuel.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Sep 29 15:48:56 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.12.4 (2022-06-24) + * Remove silly PyPI version badge. + +- Update to 1.12.3 (2022-06-24) + * Modernize internal project structure; drop tox; no user-visible changes (hopefully). + * Rework coverage badge generation. + * Drop Travis CI badge (the project is using GitHub for CI now) + +- Update to 1.11.2 (2022-05-15) + * Fix missing file in release. + +- Update to 1.11.1 (2022-05-14) + * Fix brown-bag release. + +- Update to 1.11.0 (2022-05-14) + * Fix test detection in Python 2 which was broken since 1.10.0. (#20) + * Add Python 3.9 and 3.10 to tox config. + * Add a Makefile to centeralized development activities. + ------------------------------------------------------------------- Mon May 31 10:19:13 UTC 2021 - pgajdos@suse.com diff --git a/python-manuel.spec b/python-manuel.spec index 973f210..7b72d64 100644 --- a/python-manuel.spec +++ b/python-manuel.spec @@ -1,7 +1,7 @@ # # spec file for package python-manuel # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2013-2018 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-manuel -Version: 1.10.1 +Version: 1.12.4 Release: 0 Summary: Python module to build tested documentation License: Apache-2.0