Commit Graph

19 Commits

Author SHA1 Message Date
zhouxinyong 528272d787 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I5c64c191b98f88d48a6878e960a6b7694a185153
2023-06-12 15:28:22 +08:00
Andreas Jaeger 2921d50974 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

Change-Id: Ie5bf4b5226a06d828ec24a6134d7ea8a3f45c8db
2020-04-17 01:12:32 +02:00
Luigi Toscano 9851391c28 Update devel info: mailing list
The new openstack-discuss mailing list is going to replace few
mailing lists, including openstack-dev.

Change-Id: I4e6abbd29667f84a2ea07089010d1da1266ca7b7
2018-11-21 18:39:49 +01:00
loooosy 63af6d0852 Update the documentation link for doc migration
This patch is proposed according to the Direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).

Change-Id: I19d9f24df3f269586820ec7a735cb49d053dc460
2017-08-28 08:59:35 +08:00
liangshang d4aef362d4 fix error that can't open home url
Change-Id: Ibb0bd916945ad76935b457685f65944955da8c02
2016-12-08 15:06:06 +08:00
Sergey Lukjanov 06063e62b2 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: I1e4eb0545663e363b4cdcd87d5a6a61c4604f7c0
Depends-On: I001a18895489a56eb55a5eb8c73ab6a3d4b1d4d0
2015-12-03 03:21:52 -08:00
Thierry Carrez 7f6c4f8023 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: I695cefd303a3f67c01bae6d09a2ce7af56c2c6e9
2015-09-25 09:09:03 +02:00
Sergey Lukjanov 3b523a3e8e 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: I1ef1e710924c208e7360f2258117d4f80b69442a
2015-06-19 17:36:55 +03:00
Pino Toscano 1d5aed9258 Fix elements installation
Mimic the install directory used in diskimage-builder, with the actual
elements under a "elements" subdirectory. This is also what the
sahara-image-create script expects, as it appends "elements" to any of
the probed paths.

Change-Id: I1068623b2d76720b409024ac2a36e5327150b181
2015-04-22 16:10:49 +02:00
Jenkins f7467655d5 Merge "Add main script for building sahara images" 2015-04-21 19:35:42 +00:00
Sergey Lukjanov c3e937604a 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: I79e5b0467a2bddd59b48103f236973c0fd04d377
2015-04-09 17:28:27 +03:00
Sergey Reshetnyak deddc28ce3 Add main script for building sahara images
Change-Id: Ia0a8604421dcfa553e8a21cf836856fb3c063504
2015-03-30 16:43:06 +03:00
Sergey Lukjanov dd1da4af71 Open Kilo development
Bump pre-version to 2015.1 to formally open master branch to Kilo
development.

Change-Id: If67313ef3c899d770ff53a50a0f71d291e437c32
2014-09-30 12:05:01 -07:00
Sergey Lukjanov 5833867ac9 Formally open Juno dev
Change-Id: Icc126e2e1a2c5640a4a55ad5b1ec3ecda2ded780
2014-04-22 23:09:24 +04:00
Michael McCune 0e1241d923 Renaming all Savanna references to Sahara
WARNING:
----
Before merging this commit the alias for
http://sahara-files.mirantis.com needs to be in place.

Also before merging this commit the new openstack git project must be
available at https://git.openstack.org/openstack/sahara-image-elements/

NOTE:
----
The file 'elements/hadoop-hdp/source-repository-hadoopswift' contains a
link to the HortonWorks repository that holds the Hadoop Swift rpm, this
link needs to be updated when HortonWorks makes the change.

Implements: blueprint savanna-renaming-image-elements
Change-Id: Icb9a992f8545535af3a111580ce7c9622d754c67
2014-03-13 15:26:47 +04:00
Sergey Lukjanov 27c7f9beb6 Bump version to 2014.1
Change-Id: I0c5f11fa3d29d699b989e11d9fa7731b6b9d56b0
2013-11-19 22:13:26 +04:00
Sergey Lukjanov 43734f9fec Support building wheels (PEP-427)
With that, "python setup.py bdist_wheel" could be used for building and uploading wheels to PyPI.

Change-Id: Ibafabebeeb113ef9b5e6af14fa7278841be6b429
2013-11-19 13:14:55 +04:00
Monty Taylor cb84cebfc4 Fix name in setup.cfg
Change-Id: Ib06ee2bff86d2c7f483461a66a8e699869062b1d
2013-10-12 17:31:36 -04:00
Sergey Lukjanov 08b985d59e 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-09-02 13:00:09 +04:00