Commit Graph

15 Commits

Author SHA1 Message Date
Andreas Jaeger 8bc0f11366 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
- tox.ini: Move constraints into deps, remove install_command since
  the default is fine

Change-Id: Ifc4c123f30451ab6844d8b2f704b930760ebcef8
2020-04-07 20:15:05 +02:00
jacky06 40a9ccae89 Update the home-page link to latest
Change-Id: I5723b455ae9d256fde9d4a349b6f4f9badbf22a4
2018-11-25 16:28:38 -05:00
Luigi Toscano 71e4c11cbe Update devel info: mailing list
The new openstack-discuss mailing list is going to replace few
mailing lists, including openstack-dev.

Change-Id: Ib64c192f2dcef47929de3c1a31554c719974c048
2018-11-21 18:47:50 +01:00
Shu Yingya e7a84c6b82 remove section [files] in setup.cfg
The files section defines the install location of files
in the package using three fundamental keys: "packages",
"namespace_packages", and "data_files".
The "elements/*" in sahra-extra has been removed, we also
delete this section

Change-Id: Ifcc0904844d910eaa75ee5138853c74a480f47fe
2016-10-01 03:11:15 +08:00
Shu Yingya 3b389d6573 Trivial: Update home-page in setup.cfg
It opens the liberty home page. Update it!

Change-Id: Iaf2bffecb150d9f20b59ca7a49e244d635443265
2016-09-01 07:06:23 +08:00
Sergey Lukjanov e1d2f3870d Remove version from setup.cfg
Per [1] we now want to use the git repository for knowing the version instead
of just trying to modify the setup.cfg file.

[1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/080692.html

Change-Id: Id985371a80158b67d3b337e461859ac0f0249997
Depends-On: I001a18895489a56eb55a5eb8c73ab6a3d4b1d4d0
2015-12-03 03:21:47 -08:00
Thierry Carrez d79c2985b3 Open Mitaka development
Bump preversion to mark the start of the Mitaka development branch.
The liberty release branch will be cut from the previous commit.

Change-Id: Ieb31c6d5b3f7860c4d99bd23a22de971238fbf92
2015-09-25 09:08:18 +02:00
Sergey Lukjanov 77b5f24c28 Update version for Liberty
Update the version for Liberty, switching from date-based versioning
to pre-versioning using SemVer. See
http://lists.openstack.org/pipermail/openstack-dev/2015-May/065211.html
and
http://lists.openstack.org/pipermail/openstack-dev/2015-June/067082.html
for details.

Change-Id: Ida50fc2a187f08e0da53f27ae88e9ccce4f6b862
2015-06-19 17:37:37 +03:00
Sergey Lukjanov 73d6f2aeb3 Open Liberty development
Bump pre-version in setup.cfg to formally open Liberty development.
Kilo release branch will be cut from the previous commit.

Change-Id: Ie317dcbd29fcd0b937f207931f35ddeb06762423
2015-04-09 17:28:48 +03:00
Sergey Lukjanov 03aa548a86 Open Kilo development
Bump pre-version to 2015.1 to formally open master branch to Kilo
development.

Change-Id: Ia1376a96c3b1bd56991652cd21dca543691931e3
2014-09-30 12:04:59 -07:00
Sergey Lukjanov 407c3a9be7 Formally open Juno dev
Change-Id: Ia219eef2c4d83b3e40f80e589c08ddd12e65f9b4
2014-04-22 23:09:16 +04:00
iberezovskiy 8da7fef2c0 Rename Savanna to Sahara
Implements: blueprint savanna-renaming-extra

Change-Id: I5db8125aee11e617b5aa3b16eb7691b11e3d7281
2014-03-11 16:32:32 +04:00
Sergey Lukjanov e319369819 Bump version to 2014.1
Change-Id: I1ac97ff733a31101880c4fff752c92d2de76ddbf
2013-11-19 22:13:07 +04:00
Sergey Lukjanov a80354cb2b Support building wheels (PEP-427)
With that, "python setup.py bdist_wheel" could be used for building and uploading wheels to PyPI.

Change-Id: I22452b164549ce1d96853044f9c57758dcd86f0b
2013-11-19 13:14:51 +04:00
Sergey Lukjanov 2f083e23dc Package with pbr
* generated tarball will contain all elements;
* tarball could be installed and all elements will be installed to the
  share/savanna-elements folder.

Change-Id: Ic80b045034850316b9b3263d132782afa560643b
2013-08-23 14:28:02 +04:00