1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
python-popcon (2.0.0) unstable; urgency=medium
* Dropped Python2 support
-- Bastian Venthur <venthur@debian.org> Sun, 13 Jan 2019 14:04:35 +0100
python-popcon (1.5.1) unstable; urgency=medium
* Minor fix in __main__.py
-- Bastian Venthur <venthur@debian.org> Sat, 17 Feb 2018 15:30:00 +0100
python-popcon (1.5.0) unstable; urgency=medium
* Updated packaging (setup.py, etc)
* Added popcon CLI for direct queries from the command line
* Removed dependency from xdg
* Added Travis CI
* Added unit tests
* Added changelog, license, readme
-- Bastian Venthur <venthur@debian.org> Sat, 04 Nov 2017 16:22:01 +0100
python-popcon (1.4) unstable; urgency=medium
* Acknowledge NMU, thanks Chris Lamb and Ximin Luo!
* Changed docstrings to follow numpy standard
* Updated setup.py to reflect proper library version
* Added pythonX-xdg to build-depends
-- Bastian Venthur <venthur@debian.org> Wed, 28 Sep 2016 13:39:23 +0200
python-popcon (1.3+nmu1) unstable; urgency=medium
* Non-maintainer upload.
* Add support for querying sourcemax statistics.
* Don't mix up pickle formats; this causes bad lookups when py2/py3 both
use the same file.
* Update to latest Standards-Version; no changes required.
[ Chris Lamb ]
* Fix missing Depends on python3-xdg. (Closes: #833693)
* Don't assume all-popcon-results.txt.gz is UTF-8. (Closes: #833738)
-- Ximin Luo <infinity0@debian.org> Tue, 13 Sep 2016 19:58:28 +0200
python-popcon (1.3) unstable; urgency=medium
* Provide Python3 module
-- Bastian Venthur <venthur@debian.org> Mon, 24 Aug 2015 12:43:11 +0200
python-popcon (1.2) unstable; urgency=medium
* Fix previous NMU "FTBFS: Missing Build-Depends on python"
(Closes: #796649)
* Bumped standards version
-- Bastian Venthur <venthur@debian.org> Mon, 24 Aug 2015 08:43:08 +0200
python-popcon (1.1+nmu1) unstable; urgency=medium
* Non-maintainer upload.
* Build using dh-python. Closes: #786119.
-- Matthias Klose <doko@debian.org> Sat, 22 Aug 2015 10:16:05 +0200
python-popcon (1.1) unstable; urgency=low
* Added patches by chrysn:
- use namedtuple in python version that support it
- use XDG_CACHE_HOME instead of ~/.popcon-cache
- filebased timestamping
- modernize deprecated use of has_key
- module level data caching
- atomic file creation
* Add ${python:Depends} to Depends (closes: #627694).
-- Bastian Venthur <venthur@debian.org> Thu, 28 Jul 2011 00:15:35 +0200
python-popcon (1.0) unstable; urgency=low
* Initial Release.
-- Bastian Venthur <venthur@debian.org> Tue, 17 Aug 2010 20:07:41 +0200
|