From 5e528ae8d1bab92cecdc2b5f03d41f71a92784da50943f8cca4e777c68f795a5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Dec 2022 11:12:29 +0000 Subject: [PATCH] Accepting request 1042010 from home:ojkastl_buildservice:Branch_devel_languages_python update to 0.3.0 OBS-URL: https://build.opensuse.org/request/show/1042010 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch_vcs?expand=0&rev=9 --- hatch_vcs-0.2.1.tar.gz | 3 --- hatch_vcs-0.3.0.tar.gz | 3 +++ python-hatch_vcs.changes | 10 ++++++++++ python-hatch_vcs.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 hatch_vcs-0.2.1.tar.gz create mode 100644 hatch_vcs-0.3.0.tar.gz diff --git a/hatch_vcs-0.2.1.tar.gz b/hatch_vcs-0.2.1.tar.gz deleted file mode 100644 index 8e695ea..0000000 --- a/hatch_vcs-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:854e398586e7a0a9295c9d4365729d1ae6834ef39de33c88080f4eecc6fc5681 -size 9120 diff --git a/hatch_vcs-0.3.0.tar.gz b/hatch_vcs-0.3.0.tar.gz new file mode 100644 index 0000000..49feed6 --- /dev/null +++ b/hatch_vcs-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec5107cfce482c67f8bc96f18bbc320c9aa0d068180e14ad317bbee5a153fee +size 10172 diff --git a/python-hatch_vcs.changes b/python-hatch_vcs.changes index ed28fde..88d7632 100644 --- a/python-hatch_vcs.changes +++ b/python-hatch_vcs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 10 17:00:57 UTC 2022 - Johannes Kastl + +- update to 0.3.0: + * Changed + - Drop support for Python 2 + * Added + - Add a metadata hook for injecting VCS metadata + - Bump the minimum supported version of Hatchling + ------------------------------------------------------------------- Wed Dec 7 06:34:23 UTC 2022 - Johannes Kastl diff --git a/python-hatch_vcs.spec b/python-hatch_vcs.spec index f81bb24..f9b7c93 100644 --- a/python-hatch_vcs.spec +++ b/python-hatch_vcs.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-hatch_vcs -Version: 0.2.1 +Version: 0.3.0 Release: 0 Summary: Hatch plugin for versioning with your preferred VCS License: MIT