From 46d89799caa50e6401e688949a9eb4bd1ce4bba12ab545ba84447c2831fdbaf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 30 Jul 2020 18:47:27 +0000 Subject: [PATCH] Accepting request 823561 from home:mcalabkova:branches:devel:languages:python - update to 4.1.2 * include python 3.9 via the deadsnakes action * fix handling of missing git/hg on python2.7 (python 3 exceptions where used) * Add ``parentdir_project_version`` to support installs from GitHub release tarballs. * switch to declarative metadata * select git tags based on the presence of numbers instead of dots * enable getting a version form a parent folder prefix * add release-branch-semver version scheme * make global configuration available to version metadata * drop official support for python 3.4 OBS-URL: https://build.opensuse.org/request/show/823561 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=60 --- python-setuptools_scm.changes | 15 +++++++++++++++ python-setuptools_scm.spec | 2 +- setuptools_scm-3.5.0.tar.gz | 3 --- setuptools_scm-4.1.2.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 setuptools_scm-3.5.0.tar.gz create mode 100644 setuptools_scm-4.1.2.tar.gz diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 040649d..8345276 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jul 29 14:13:46 UTC 2020 - Marketa Calabkova + +- update to 4.1.2 + * include python 3.9 via the deadsnakes action + * fix handling of missing git/hg on python2.7 (python 3 exceptions where used) + * Add ``parentdir_project_version`` to support installs from GitHub release + tarballs. + * switch to declarative metadata + * select git tags based on the presence of numbers instead of dots + * enable getting a version form a parent folder prefix + * add release-branch-semver version scheme + * make global configuration available to version metadata + * drop official support for python 3.4 + ------------------------------------------------------------------- Wed Mar 18 12:04:39 UTC 2020 - pgajdos@suse.com diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 2022e08..2426f09 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-setuptools_scm%{psuffix} -Version: 3.5.0 +Version: 4.1.2 Release: 0 Summary: Python setuptools handler for SCM tags License: MIT diff --git a/setuptools_scm-3.5.0.tar.gz b/setuptools_scm-3.5.0.tar.gz deleted file mode 100644 index c2574bb..0000000 --- a/setuptools_scm-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bdf21a05792903cafe7ae0c9501182ab52497614fa6b1750d9dbae7b60c1a87 -size 46272 diff --git a/setuptools_scm-4.1.2.tar.gz b/setuptools_scm-4.1.2.tar.gz new file mode 100644 index 0000000..4d0968f --- /dev/null +++ b/setuptools_scm-4.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090a7faa8 +size 48784