[Python-apps-commits] r13595 - in packages/policyd-rate-limit/trunk/debian (changelog rules)

nit-guest at users.alioth.debian.org nit-guest at users.alioth.debian.org
Fri Sep 9 10:49:05 UTC 2016


    Date: Friday, September 9, 2016 @ 10:49:01
  Author: nit-guest
Revision: 13595

New upstream release 0.7.1

* Add possibility to overide limits by ids
* Deal with possible unavailable database backend
* Only count in limit if the protocol states is RCTP
* Fix random error "dictionary changed size during iteration" on exit
* Add unit tests (can only be run from the tar archive or once installed
  as policyd-rate-limit instances are launch during testing)

Modified:
  packages/policyd-rate-limit/trunk/debian/changelog
  packages/policyd-rate-limit/trunk/debian/rules

Modified: packages/policyd-rate-limit/trunk/debian/changelog
===================================================================
--- packages/policyd-rate-limit/trunk/debian/changelog	2016-09-09 08:49:50 UTC (rev 13594)
+++ packages/policyd-rate-limit/trunk/debian/changelog	2016-09-09 10:49:01 UTC (rev 13595)
@@ -1,3 +1,15 @@
+policyd-rate-limit (0.7.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - Add possibility to overide limits by ids
+    - Deal with possible unavailable database backend
+    - Only count in limit if the protocol states is RCTP
+    - Fix random error "dictionary changed size during iteration" on exit
+    - Add unit tests (can only be run from the tar archive or once installed
+      as policyd-rate-limit instances are launch during testing)
+
+ -- Valentin Samir <valentin.samir at crans.org>  Fri, 09 Sep 2016 11:37:12 +0200
+
 policyd-rate-limit (0.6.2-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/policyd-rate-limit/trunk/debian/rules
===================================================================
--- packages/policyd-rate-limit/trunk/debian/rules	2016-09-09 08:49:50 UTC (rev 13594)
+++ packages/policyd-rate-limit/trunk/debian/rules	2016-09-09 10:49:01 UTC (rev 13595)
@@ -3,6 +3,10 @@
 #export DH_VERBOSE = 1
 export PYBUILD_NAME = policyd-rate-limit
 
+# Tests can only be run from the tar archive or once installed as
+# policyd-rate-limit instances are launch during testing
+export PYBUILD_DISABLE = test
+
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 




More information about the Python-apps-commits mailing list