From bb9df1e6973fc7dac679720a472ed55f6d4b4f648a55cd2ac22cf360a8ff9629 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jun 2020 16:47:52 +0000 Subject: [PATCH] - update to 1.4.4: - [PR #92] Don't import appdirs from setup.py Project officially classified as Stable which is important for inclusion in other distros such as ActivePython. First of several incremental releases to catch up on maintenance. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-appdirs?expand=0&rev=20 --- appdirs-1.4.3.tar.gz | 3 --- appdirs-1.4.4.tar.gz | 3 +++ python-appdirs.changes | 11 +++++++++++ python-appdirs.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 appdirs-1.4.3.tar.gz create mode 100644 appdirs-1.4.4.tar.gz diff --git a/appdirs-1.4.3.tar.gz b/appdirs-1.4.3.tar.gz deleted file mode 100644 index a211884..0000000 --- a/appdirs-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92 -size 12700 diff --git a/appdirs-1.4.4.tar.gz b/appdirs-1.4.4.tar.gz new file mode 100644 index 0000000..b089ff3 --- /dev/null +++ b/appdirs-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41 +size 13470 diff --git a/python-appdirs.changes b/python-appdirs.changes index ed9f366..4350c35 100644 --- a/python-appdirs.changes +++ b/python-appdirs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 2 16:46:55 UTC 2020 - Dirk Mueller + +- update to 1.4.4: + - [PR #92] Don't import appdirs from setup.py + + Project officially classified as Stable which is important + for inclusion in other distros such as ActivePython. + + First of several incremental releases to catch up on maintenance. + ------------------------------------------------------------------- Tue Nov 5 09:15:19 UTC 2019 - Tomáš Chvátal diff --git a/python-appdirs.spec b/python-appdirs.spec index a7b3f15..06ef931 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -1,7 +1,7 @@ # # spec file for package python-appdirs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-appdirs -Version: 1.4.3 +Version: 1.4.4 Release: 0 Summary: A small Python module for determining platform-specific dirs License: MIT