From 15d4ffb5d0d5fee6c17d8be65b0f744ad3a6cf6971a2ac43632d8ff5516a2eaa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Sep 2020 06:52:37 +0000 Subject: [PATCH] - update to 0.5.1: * Fixed package metadata removing 2.7 support * Install pipenv only when asked for with extras OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=6 --- dparse-0.5.0.tar.gz | 3 --- dparse-0.5.1.tar.gz | 3 +++ python-dparse.changes | 7 +++++++ python-dparse.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 dparse-0.5.0.tar.gz create mode 100644 dparse-0.5.1.tar.gz diff --git a/dparse-0.5.0.tar.gz b/dparse-0.5.0.tar.gz deleted file mode 100644 index 7b060c8..0000000 --- a/dparse-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db349e53f6d03c8ee80606c49b35f515ed2ab287a8e1579e2b4bdf52b12b1530 -size 23137 diff --git a/dparse-0.5.1.tar.gz b/dparse-0.5.1.tar.gz new file mode 100644 index 0000000..fcf3f8e --- /dev/null +++ b/dparse-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367 +size 17392 diff --git a/python-dparse.changes b/python-dparse.changes index 6050a90..bb96e29 100644 --- a/python-dparse.changes +++ b/python-dparse.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 17 06:51:58 UTC 2020 - Dirk Mueller + +- update to 0.5.1: + * Fixed package metadata removing 2.7 support + * Install pipenv only when asked for with extras + ------------------------------------------------------------------- Fri Apr 3 08:12:12 UTC 2020 - Marketa Calabkova diff --git a/python-dparse.spec b/python-dparse.spec index 6901b85..b60559a 100644 --- a/python-dparse.spec +++ b/python-dparse.spec @@ -20,7 +20,7 @@ %bcond_without test %define skip_python2 1 Name: python-dparse -Version: 0.5.0 +Version: 0.5.1 Release: 0 Summary: Python dependency file parser License: MIT