Commit Graph

14 Commits

Author SHA1 Message Date
Hasan Acar fe601fa51b fix: Upgrade librdkafka
fix: libressl3.4 packages removed

fix: publish docker image jobs added

Change-Id: Ia8fccfb28b1c95d8ffdb8ca40fba9cc586e5ce7d
2024-02-08 16:12:23 +00:00
wangzihao 429f515ba7 Add py38 in setup metadata
Change-Id: Id2a9678b311af32bc6ec9a9832ce423042868e35
2020-11-23 10:12:42 +08:00
Andreas Jaeger 070bd04aea Cleanup py27 support
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:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers

Change-Id: If1bd950d159a583d912d13e73113dae7f577e8eb
2020-04-05 09:51:28 +02:00
Ghanshyam Mann b70afb9bf6 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

monasca-common is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ibf95dffdebe47c8ea4a8a8a666ac6f66d9b4c774
2019-11-16 16:54:42 +00:00
Corey Bryant 08c06df69e Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Id4099c1e2384fd431a0b3f3d831c2437d7761e1e
Story: #2005924
Task: #34223
2019-07-05 13:07:50 -04:00
Ghanshyam Mann 625ed07491 Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: If9c46ca5a80128bb8c6a9bd9863c4c3305bae54c
2019-04-23 04:32:17 +00:00
Zuul 13f1f42130 Merge "Change openstack-dev to openstack-discuss" 2019-01-02 12:59:43 +00:00
Adrian Czarnecki 00bc2d4ccd Add python3.5 classifier to setup.cfg
Story: 2000975
Task: 28477

Change-Id: I85e547b3ad4a7f3362081efa213b0ca5b862e5df
2018-12-19 09:44:21 +00:00
melissaml cda277938b Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ib91f5473492fd7ab54b2a7cd4107db6918e30efa
2018-12-16 17:10:32 +08:00
Witold Bedyk 5b8be9bf38 Add description-file field to setup.cfg
This change allows to pass `test-release-openstack` Zuul job and
effectively create a delivery.

Change-Id: I7c8ce92901ba851b59aa763ae5634cb8c3f5840e
Story: 2004559
Task: 28319
2018-12-06 12:46:29 +00:00
Sean McGinnis 87557c4963 Fix package check errors
Errors running `python setup.py check -r -s` due to required
metadata for the package caused by having 'author' set but
not 'author-email'.

Full error is:

```
python setup.py check -r -s
running check
warning: check: missing meta-data: if 'author' supplied, 'author_email' must be
supplied too

error: The docutils package is needed.
```

This updates both author and author-email to be consistent
with the values used in other OpenStack projects.

Change-Id: Icdcb9b9328e361ba4883af5b464c9968f72607e8
2018-06-07 15:25:51 -05:00
Tomasz Trębski cabc2ddd5f Migrate to ostestr framework and PY3
Following commits does several things:

* migrates CI of monasca-common to ostestr
* enables PY35 compatybility

Also:

* marked one tests as excluded under PY35 because changing
it would require affecting embedded kafka library which
will be eventually removed in future

Change-Id: I432a466e2620bc8d305ef2630307b636461c8e81
2017-03-02 19:51:04 +01:00
venkatamahesh 8a9d5b2af2 Change repositories from stackforge to openstack
Change-Id: I4420be590209e58e52223fc9f267500c9d1ddfb0
2015-10-19 09:50:12 +05:30
cindy oneill 21d3947845 initial python monasca-common code in monasca_common
This is the start of a python monasca-common package.
Initially it has a common python logging config,
common oslo opts, and mysql common code.

Change-Id: I15c32b72fc42a8c5ce9eeedf20ca3a11907bf29f
2015-09-01 13:56:39 -06:00