diff --git a/pluginbase-1.0.0.tar.gz b/pluginbase-1.0.0.tar.gz deleted file mode 100644 index 991623f..0000000 --- a/pluginbase-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:497894df38d0db71e1a4fbbfaceb10c3ef49a3f95a0582e11b75f8adaa030005 -size 41795 diff --git a/pluginbase-1.0.1.tar.gz b/pluginbase-1.0.1.tar.gz new file mode 100644 index 0000000..50b3e65 --- /dev/null +++ b/pluginbase-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6c33a98fce232e9c73841d787a643de574937069f0d18147028d70d7dee287 +size 43588 diff --git a/python-pluginbase.changes b/python-pluginbase.changes index 2364f10..e68d35b 100644 --- a/python-pluginbase.changes +++ b/python-pluginbase.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Aug 25 10:45:03 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 1.0.1 + * Add a Pipfile with pytest and some scripts + * Update the setup.py to be dynamic + * Move the README file to RST for PyPi + * Bump the version to 1.0.1 + * Remove old versions from setup.py + * Remove old versions from travis.yml + * Remove deprecated tests + * Remove deprecated yield_fixture + * Add python 3.8 and 3.9 support + ------------------------------------------------------------------- Tue May 26 08:31:22 UTC 2020 - Thomas Schraitle - 1.0.0 diff --git a/python-pluginbase.spec b/python-pluginbase.spec index 7fe8dd9..6d8adf8 100644 --- a/python-pluginbase.spec +++ b/python-pluginbase.spec @@ -1,7 +1,7 @@ # # spec file for package python-pluginbase # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pluginbase -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Module for the development of flexible plugin systems License: BSD-3-Clause @@ -51,7 +51,7 @@ cd tests %pytest %files %{python_files} -%doc README.md +%doc README.rst %license LICENSE %{python_sitelib}/*