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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
cached-property (2.0.1-2) unstable; urgency=medium
* Remove legacy python3-pkg-resources from Depends (Closes: #1083327).
-- Mathias Behrle <mathiasb@m9s.biz> Fri, 17 Jan 2025 16:37:40 +0100
cached-property (2.0.1-1) unstable; urgency=medium
* Add a salsa-ci.yml
* Bump debhelper from old 12 to 13.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
* Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
* Update watch file format version to 4.
* Bump the Standards-Version to 4.6.2, no changes needed.
* Do not take into account python package metadata when building twice
(Closes: #1043992).
* Bump the Standards-Version to 4.7.0, no changes needed.
* Correct the watch file for the new PyPi naming policy (Closes:
#1090748).
* Merging upstream version 2.0.1.
* Update the Upstream-Contact in d/copyright.
* Re-enable tests at build time.
-- Mathias Behrle <mathiasb@m9s.biz> Sat, 28 Dec 2024 12:28:44 +0100
cached-property (1.5.2-1) unstable; urgency=medium
* Merging upstream version 1.5.2.
* Updating to standards version 4.5.1, no changes needed.
* Update debian copyright.
* Use debhelper compat 12.
* Replace ADTTMP with AUTOPKGTEST_TMP.
* Set Rules-Requires-Root: no.
-- Mathias Behrle <mathiasb@m9s.biz> Sat, 19 Dec 2020 20:51:08 +0100
cached-property (1.5.1-4) unstable; urgency=medium
* Updating to Standards-Version 4.4.0, no changes needed.
* Bump debian copyright year.
* Drop the Python2 support (Closes: #936260).
-- Mathias Behrle <mathiasb@m9s.biz> Fri, 30 Aug 2019 18:15:50 +0200
cached-property (1.5.1-3) unstable; urgency=medium
* Disable the test suite temporarily on behalf of the release team.
freezegun introduced incompatible API changes.
See https://bugs.debian.org/923282
-- Mathias Behrle <mathiasb@m9s.biz> Thu, 14 Mar 2019 12:42:08 +0100
cached-property (1.5.1-2) unstable; urgency=medium
* Do not install the test files for the python2 package.
-- Mathias Behrle <mathiasb@m9s.biz> Thu, 22 Nov 2018 16:43:36 +0100
cached-property (1.5.1-1) unstable; urgency=medium
* Merging upstream version 1.5.1.
* Updating to standards version 4.2.1, no changes needed.
* Remove obsolete X-Python-Version: >= 2.6.
* Bump debhelper compat to 11.
* Update debian copyright.
* Install the test suite under /usr/share/<pkg_name>.
* Add an autopkgtest suite.
-- Mathias Behrle <mathiasb@m9s.biz> Thu, 22 Nov 2018 12:33:27 +0100
cached-property (1.4.0-1) unstable; urgency=medium
* Updating to standards version 4.1.3, no changes needed.
* control: update Vcs-Browser and Vcs-Git
* Set the Maintainer address to team+tryton-team@tracker.debian.org.
* Merging upstream version 1.4.0.
* Disable the test on python2.
The tests contain partly Python3 specific syntax.
s. https://github.com/pydanny/cached-property/issues/93
-- Mathias Behrle <mathiasb@m9s.biz> Wed, 04 Apr 2018 12:23:30 +0200
cached-property (1.3.1-1) unstable; urgency=medium
* Updating to Standards-Version: 3.9.8, no changes needed.
* Change the maintainer address to tryton-debian@lists.alioth.debian.org
(Closes: #865109).
* Use the preferred https URL format in the copyright file.
* Bump the Standards-Version to 4.0.1.
* Bump the Standards-Version to 4.1.0, no changes needed.
* Bump the Standards-Version to 4.1.1, no changes needed.
* New upstream version 1.3.1
* Use https in the watch file.
-- Mathias Behrle <mathiasb@m9s.biz> Wed, 25 Oct 2017 11:01:32 +0200
cached-property (1.3.0-2) unstable; urgency=medium
* Updating to standards version 3.9.7, no changes needed.
* Updating VCS-Browser to https and canonical cgit URL.
* Updating VCS-Git to https and canonical cgit URL.
* Removing the braces from the dh call.
* Removing the version constraint from python.
-- Mathias Behrle <mathiasb@m9s.biz> Tue, 08 Mar 2016 18:54:00 +0100
cached-property (1.3.0-1) unstable; urgency=medium
* Merging upstream version 1.3.0.
-- Mathias Behrle <mathiasb@m9s.biz> Fri, 08 Jan 2016 13:24:54 +0100
cached-property (1.2.0+ds-2) unstable; urgency=medium
* Adapting section naming in gbp.conf to current git-buildpackage.
* Adding Build-Depends python(3)-freezegun needed by the unit tests
(Closes: #804423).
-- Mathias Behrle <mathiasb@m9s.biz> Mon, 09 Nov 2015 10:54:39 +0100
cached-property (1.2.0+ds-1) unstable; urgency=medium
* Merging upstream version 1.2.0+ds.
* Adding the cause for tarball repacking in copyright.
* Removing 01-fix-codec-error.patch, patch must be applied on tarball.
* Adapting watch file to mangle repacked tarball name.
-- Mathias Behrle <mathiasb@m9s.biz> Thu, 21 May 2015 17:36:14 +0200
cached-property (1.2.0-1) unstable; urgency=medium
* Merging upstream version 1.2.0.
* Adding 01-fix-codec-error.patch.
-- Mathias Behrle <mathiasb@m9s.biz> Tue, 12 May 2015 15:29:15 +0200
cached-property (1.1.0-1) unstable; urgency=medium
* Merging upstream version 1.1.0.
-- Mathias Behrle <mathiasb@m9s.biz> Mon, 27 Apr 2015 15:01:33 +0200
cached-property (1.0.0-1) unstable; urgency=low
* Initial packaging (Closes: #781815).
-- Mathias Behrle <mathiasb@m9s.biz> Fri, 10 Apr 2015 19:30:50 +0200
|