14
0

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
This commit is contained in:
Tomáš Chvátal
2019-02-26 08:53:30 +00:00
committed by Git OBS Bridge
parent 892a6b1335
commit 0cbee96cdf
4 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Feb 25 21:54:28 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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 <mcepl@suse.com>