We are thrilled to announce the release of:

oslo.log 1.2.0: oslo.log library

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.log

For more details, please see the git log history below and:

    http://launchpad.net/oslo.log/+milestone/1.2.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.log

Changes in oslo.log 1.1.0..1.2.0
--------------------------------

7730773 Use proper deprecation for use-syslog-rfc-format option
33f5c6f Replace RFCSysLogHandler by a syslog() based one
36c925e Make remove_in=0 (no removal) use a better syntax
37166ac Remove is_compatible from versionutils
e9a11f4 Add versionutils options to list_opts
3a4dc52 Add versionutils to API documentation
cc713ab Advertise support for Python3.4 / Remove support for Python 3.3
39da8f9 Updated from global requirements
00036e7 Updated from global requirements
187881e Remove run_cross_tests.sh
dbae3bf Deprecate WritableLogger - used for eventlet logging
b457dae Log deprecation message when catching deprecated exceptions
27f7fe5 Change misleading TRACE to ERROR
6472777 Provide an API to let tempest control the log file
07d2641 fix pep8 errors
c750167 Add pypi download + version badges
494074b Update to latest hacking
6a53053 move versionutils into place
e10dccf Add liberty release name to versionutils

Diffstat (except docs and test files)
-------------------------------------

README.rst                               |  15 +-
openstack-common.conf                    |   5 +-
openstack/common/versionutils.py         | 260 -------------------------
oslo_log/_options.py                     |  12 +-
oslo_log/handlers.py                     |  43 ++++-
oslo_log/log.py                          |  71 ++++---
oslo_log/loggers.py                      |   7 +-
oslo_log/versionutils.py                 | 250 ++++++++++++++++++++++++
requirements.txt                         |   5 +-
setup.cfg                                |   2 +-
test-requirements.txt                    |   2 +-
tox.ini                                  |   2 +-
20 files changed, 741 insertions(+), 711 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index f38fc04..3bfd17a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
@@ -9 +9 @@ iso8601>=0.1.9
-oslo.config>=1.9.3  # Apache-2.0
+oslo.config>=1.11.0  # Apache-2.0
@@ -13,0 +14 @@ oslo.serialization>=1.4.0               # Apache-2.0
+debtcollector>=0.3.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b551d65..7f335ce 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.9.1,<0.10
+hacking>=0.10.0,<0.11



-- 
Davanum Srinivas :: https://twitter.com/dims

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to