Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools_scm py-setuptools_scm: update to 4...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7c26c125be1
branches:  trunk
changeset: 437469:a7c26c125be1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 24 08:38:39 2020 +0000

description:
py-setuptools_scm: update to 4.1.2.

v4.1.2
=======

* disallow git tags without dots by default again - #449

v4.1.1
=======

* drop jaraco.windows from pyproject.toml, allows for wheel builds on python2


v4.1.0
=======

* include python 3.9 via the deadsnakes action
* return release_branch_semver scheme (it got dropped in a bad rebase)
* undo the devendoring of the samefile backport for python2.7 on windows
* re-enable the building of universal wheels
* fix handling of missing git/hg on python2.7 (python 3 exceptions where used)
* correct the tox flake8 invocation
* trigger builds on tags again

v4.0.0
======

* Add ``parentdir_project_version`` to support installs from GitHub release
  tarballs.
* use  Coordinated Universal Time (UTC)
* switch to github actions for ci
* fix documentation for ``tag_regex`` and add support for single digit versions
* document handling of enterprise distros with unsupported setuptools versions #312
* switch to declarative metadata
* drop the internal copy of samefile and use a dependency on jaraco.windows on legacy systems
* 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

diffstat:

 devel/py-setuptools_scm/Makefile |   4 ++--
 devel/py-setuptools_scm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 5d7af3e208ad -r a7c26c125be1 devel/py-setuptools_scm/Makefile
--- a/devel/py-setuptools_scm/Makefile  Mon Aug 24 08:35:15 2020 +0000
+++ b/devel/py-setuptools_scm/Makefile  Mon Aug 24 08:38:39 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/05/16 16:35:24 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/08/24 08:38:39 wiz Exp $
 
-DISTNAME=      setuptools_scm-3.5.0
+DISTNAME=      setuptools_scm-4.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools_scm/}
diff -r 5d7af3e208ad -r a7c26c125be1 devel/py-setuptools_scm/distinfo
--- a/devel/py-setuptools_scm/distinfo  Mon Aug 24 08:35:15 2020 +0000
+++ b/devel/py-setuptools_scm/distinfo  Mon Aug 24 08:38:39 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2020/02/14 10:12:01 adam Exp $
+$NetBSD: distinfo,v 1.22 2020/08/24 08:38:39 wiz Exp $
 
-SHA1 (setuptools_scm-3.5.0.tar.gz) = 7c72ad2011a5065660c864bddb10856f960866b5
-RMD160 (setuptools_scm-3.5.0.tar.gz) = 4c63618354c506cb64dd75bd1ca605d00342c1ce
-SHA512 (setuptools_scm-3.5.0.tar.gz) = f7e2cdae7a8a3d5ef3d12effcda5ce7f362c426e11aecaef69ef604bede9abbab2aa1eee6f5310cdd72a9bf11a927dbd1f42671e28bd467ad7b15f2dba5b81d9
-Size (setuptools_scm-3.5.0.tar.gz) = 46272 bytes
+SHA1 (setuptools_scm-4.1.2.tar.gz) = 464fcfa8c35f0f1e6dcfe79c0d66cfe6f8e4b5ec
+RMD160 (setuptools_scm-4.1.2.tar.gz) = f6a08b5e4f69bec0afee23a74deeaf001cd51d8e
+SHA512 (setuptools_scm-4.1.2.tar.gz) = 3d9d1e0479f00f6159b57f9e5b24e34df035d2009ec50d3779c77b1246aabc6d816f2a2d3e6651791316009e39dfcc8a1b84b779077c39501b9de5740abe6af6
+Size (setuptools_scm-4.1.2.tar.gz) = 48784 bytes



Home | Main Index | Thread Index | Old Index