Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger a98989b2ef Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Switch to using sphinx-build; fix build warnings
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Raise oslo.utils version, 3.36.5 introduced uuidsentinel.

Change-Id: I8c81e0c1944c239e460befbf886993270902ee04
2020-04-13 18:18:44 +02:00
Pierre Riteau 0c911cd7e0 Updated from global requirements
The kombu update is required to fix conflicts with other projects
installing version 4.0.1.

Change-Id: I38462381f24721197ddbb3a6455439aa23747d5e
2017-03-21 06:35:39 -05:00
Tony Breeds bd0b247a37 Soft update from global-requirements
Currently the last item that blazar uses that isn't in g-r is lockfile
which means migrating to oslo.db.

Change-Id: If416bae3c0ee76cc5567ff460db150a7fb8c2262
2016-12-12 15:19:48 +11:00
Tony Breeds 3c6632716e Switch from openstack.common to olso_concurrency
The aim is to remove the last user of posix-ipc so it can be removed
from global-requirements.txt.

This commit also re-generates the sample config to reflect the config
group change for 'disable_process_locking' and 'lock_path'.

Change-Id: I777424370dc02c3164803a63331a1befb8531de5
2016-12-09 08:08:05 +11:00
OpenStack Proposal Bot 430536643e Updated from global requirements
Change-Id: I447396a42436e9ce24db7363c48904e744da4143
2014-05-01 13:51:59 +00:00
Dina Belova 9f423371cd Fix packages versions to match global requirements.
While fixing SQLAlchemy version modify Base Model class.

Change-Id: I3e94a5abe4e7f5c85fe72d02f6f8048a7bd10d34
2013-10-09 22:11:14 +04:00
Dina Belova 3e610f498d Migrate to pbr
Change-Id: I733ae148c300165a35c7bba5cc3c331dc96d3df2
2013-08-19 20:55:41 +04:00
Julien Danjou f20d7b1cb3 Import project layout
Signed-off-by: Julien Danjou <julien@danjou.info>
2013-03-21 17:49:08 +01:00