From 0cbee96cdf3c321e024e195ef2c7d7272a75e6f62ebfe5ca3c63ccfbfbb697f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 Feb 2019 08:53:30 +0000 Subject: [PATCH] Accepting request 679074 from home:jayvdb:django - Add AUTHORS, ACKS and ChangeLog to %doc - Update to v0.12.2 * Add warning to README.rst - from 0.12.1 * Remove Python 2.6 classifier * Remove python 2.6 * Remove two unused variables: fix flake8 F841 warn * Fix flake8 warnings * PBR setup requirement only * Support universal wheels - from 0.11.0 * Add deprecated warnings to index.rst * Fix PIDLockFile.acquire() may loop indefinitely * Fix failure - from lockfile import * * lockfile.acquire doesn't accept a timeout of 0 * Update README format for our release script * Begin moving some of the common code to a shared base * Add pbr to dependency list * The version of sphinx being brought in is broken * Fix Git URLs OBS-URL: https://build.opensuse.org/request/show/679074 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lockfile?expand=0&rev=21 --- lockfile-0.10.2.tar.gz | 3 --- lockfile-0.12.2.tar.gz | 3 +++ python-lockfile.changes | 24 ++++++++++++++++++++++++ python-lockfile.spec | 6 +++--- 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 lockfile-0.10.2.tar.gz create mode 100644 lockfile-0.12.2.tar.gz diff --git a/lockfile-0.10.2.tar.gz b/lockfile-0.10.2.tar.gz deleted file mode 100644 index 039834b..0000000 --- a/lockfile-0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1 -size 20662 diff --git a/lockfile-0.12.2.tar.gz b/lockfile-0.12.2.tar.gz new file mode 100644 index 0000000..b0e1f37 --- /dev/null +++ b/lockfile-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799 +size 20874 diff --git a/python-lockfile.changes b/python-lockfile.changes index eb13e45..a0b1bdc 100644 --- a/python-lockfile.changes +++ b/python-lockfile.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Feb 25 21:54:28 UTC 2019 - John Vandenberg + +- Add AUTHORS, ACKS and ChangeLog to %doc +- Update to v0.12.2 + * Add warning to README.rst +- from 0.12.1 + * Remove Python 2.6 classifier + * Remove python 2.6 + * Remove two unused variables: fix flake8 F841 warn + * Fix flake8 warnings + * PBR setup requirement only + * Support universal wheels +- from 0.11.0 + * Add deprecated warnings to index.rst + * Fix PIDLockFile.acquire() may loop indefinitely + * Fix failure - from lockfile import * + * lockfile.acquire doesn't accept a timeout of 0 + * Update README format for our release script + * Begin moving some of the common code to a shared base + * Add pbr to dependency list + * The version of sphinx being brought in is broken + * Fix Git URLs + ------------------------------------------------------------------- Tue Dec 4 12:50:06 UTC 2018 - Matej Cepl diff --git a/python-lockfile.spec b/python-lockfile.spec index 1620aca..68f1c0e 100644 --- a/python-lockfile.spec +++ b/python-lockfile.spec @@ -1,7 +1,7 @@ # # spec file for package python-lockfile # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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-lockfile -Version: 0.10.2 +Version: 0.12.2 Release: 0 Summary: Platform-independent file locking module License: MIT @@ -60,7 +60,7 @@ production-quality code. %files %{python_files} %license LICENSE -%doc README RELEASE-NOTES +%doc README.rst AUTHORS ACKS RELEASE-NOTES ChangeLog %{python_sitelib}/lockfile* %changelog