From 64ec8a6f604c7d8c34b13aa0a21769ace7b3d54dd745a48e4ec57364c42514c7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 9 May 2021 16:53:20 +0000 Subject: [PATCH] - update to 21.3.0: - The output of incremental is now compatible with Black (#56, #60) - Incremental now properly supports PEP 440-compliant dev, rc, post suffixes (#62) - Incremental now properly supports PEP 440-compliant post releases (#37) - Incremental will no longer attempt to read git or svn repositories to see if the project is running from a checkout. (#30, #31, #32) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-incremental?expand=0&rev=11 --- incremental-17.5.0.tar.gz | 3 --- incremental-21.3.0.tar.gz | 3 +++ python-incremental.changes | 10 ++++++++++ python-incremental.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 incremental-17.5.0.tar.gz create mode 100644 incremental-21.3.0.tar.gz diff --git a/incremental-17.5.0.tar.gz b/incremental-17.5.0.tar.gz deleted file mode 100644 index 03390b5..0000000 --- a/incremental-17.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3 -size 15527 diff --git a/incremental-21.3.0.tar.gz b/incremental-21.3.0.tar.gz new file mode 100644 index 0000000..2ac7b22 --- /dev/null +++ b/incremental-21.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57 +size 17058 diff --git a/python-incremental.changes b/python-incremental.changes index c30c57f..53bca04 100644 --- a/python-incremental.changes +++ b/python-incremental.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun May 9 16:52:36 UTC 2021 - Dirk Müller + +- update to 21.3.0: + - The output of incremental is now compatible with Black (#56, #60) + - Incremental now properly supports PEP 440-compliant dev, rc, post suffixes (#62) + - Incremental now properly supports PEP 440-compliant post releases (#37) + - Incremental will no longer attempt to read git or svn repositories to see if + the project is running from a checkout. (#30, #31, #32) + ------------------------------------------------------------------- Wed Apr 29 13:35:51 UTC 2020 - Tomáš Chvátal diff --git a/python-incremental.spec b/python-incremental.spec index 0224e31..131edd5 100644 --- a/python-incremental.spec +++ b/python-incremental.spec @@ -1,7 +1,7 @@ # -# spec file for package python-incremental +# spec file for package python-incremental-test # -# 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 @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-incremental%{psuffix} -Version: 17.5.0 +Version: 21.3.0 Release: 0 Summary: Library that versions your Python projects License: MIT