Commit Graph

8 Commits

Author SHA1 Message Date
OpenDev Sysadmins 7923877ac5 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:55 +00:00
Jeremy Stanley 2c143c84cf Update .gitreview for new namespace
Change-Id: I72e12be05a05c89f2b61af4fc1327b086479db10
2015-10-17 22:39:53 +00:00
Monsyne Dragon 6b3f3af607 Bump dev status
Should be production

Change-Id: Ibb889cdd51963bd5392b0e613e4047f58545bafc
2015-08-17 22:49:29 +00:00
Levi Blackstone fb16776f9d Add PEP8 check and fix related issues
- Add PEP8 section to tox.ini
- Add hacking to requirements to enforce OpenStack style requirements
- Change setup.py to use PBR
- Add setup.cfg
- Fix formatting issues flagged by flake8 check
- Add copyright notices to all remaining files
- Update .gitignore file
- Fix bug in expression.py where a variable was set incorrectly

Change-Id: I634adba3a44b2bcebb4d8c5620cbade28c6c489a
2015-05-05 10:19:53 -05:00
Sandy Walsh 686f7063e4 Version bump 0.20
Change-Id: I7b3a66f9a04eff50e45ba9d7d644239c2b30773c
2015-01-05 06:20:23 -08:00
Levi Blackstone 581dfebba0 Fix install_requires
See https://caremad.io/2013/07/setup-vs-requirement/ for more info
* Move list of requirements to setup.py
* Remove use of parse_requirements() which changed in latest pip release

Change-Id: I79002cc8377ee0d13b3f6a732eea4aeef075dfe1
2014-12-30 14:00:00 -06:00
Monsyne Dragon 84e6439952 Fix setup for PyPI's broken doc handling.
PyPI doesn't like markdown.
And it's registration script fails messily on MD docs.
2014-08-18 18:47:46 +00:00
Monsyne Dragon 412eea1dbf Initial version of Timex
timex is a datetime processing library allowing you to write
time expressions in a DLS as strings.

Splitting this out from Winchester as a separate library, since it
could be useful elsewhere.
2014-08-18 17:36:48 +00:00