From 5f10011633bdebb905cc426aa4a89bd2276b18da48beec2c7065f2fddcd33e50 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 14 Oct 2022 05:38:18 +0000 Subject: [PATCH] Accepting request 1010497 from home:tbechtold:branches:devel:languages:python - Update to Version 1.0.9: * ci: drop python 3.7, add python 3.10 * Add initial support for packages without setup.py * Update badge given that github actions are now used OBS-URL: https://build.opensuse.org/request/show/1010497 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-metaextract?expand=0&rev=36 --- 1.0.8.tar.gz | 3 --- 1.0.9.tar.gz | 3 +++ python-metaextract.changes | 8 ++++++++ python-metaextract.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 1.0.8.tar.gz create mode 100644 1.0.9.tar.gz diff --git a/1.0.8.tar.gz b/1.0.8.tar.gz deleted file mode 100644 index 68d7ce4..0000000 --- a/1.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d787fb35a9899a1d963a551b922a7f3682849e71bddb089f136bbd1d302f71a5 -size 19053 diff --git a/1.0.9.tar.gz b/1.0.9.tar.gz new file mode 100644 index 0000000..f1d8371 --- /dev/null +++ b/1.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874798166b9c5223f8d0df8898721646b918b9071e48d19e14f74aeea74f7fb1 +size 9338 diff --git a/python-metaextract.changes b/python-metaextract.changes index 7fe0eb7..bd5a150 100644 --- a/python-metaextract.changes +++ b/python-metaextract.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 13 15:05:49 UTC 2022 - Thomas Bechtold + +- Update to Version 1.0.9: + * ci: drop python 3.7, add python 3.10 + * Add initial support for packages without setup.py + * Update badge given that github actions are now used + ------------------------------------------------------------------- Thu Sep 29 16:10:29 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-metaextract.spec b/python-metaextract.spec index 13890e4..da12296 100644 --- a/python-metaextract.spec +++ b/python-metaextract.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-metaextract -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: Module to collect metadata for Python modules License: Apache-2.0