Commit Graph

85 Commits

Author SHA1 Message Date
Will Roberts 381443ca4d setup.cfg: wheels can support both py2 and py3 2017-03-01 15:16:00 +01:00
Will Roberts 549f94ad32 pytimeparse/VERSION 1.1.6 2017-02-08 12:32:41 +01:00
Will Roberts 7b4fd5756c .travis.yml: py36 2017-02-07 14:44:29 +01:00
Will Roberts cc0550d3f4 setup.py: cleanup 2016-10-29 15:23:12 +02:00
Will Roberts 5eae70e406 Merge branch 'master' of github.com:wroberts/pytimeparse 2016-10-28 12:55:26 +02:00
Will Roberts 9e9b313359 .travis.yml py35 2016-10-28 12:26:03 +02:00
Will Roberts 718e519c26 Merge pull request #10 from duramato/patch-1
Add "full" support for years and months only
2016-05-09 14:03:01 +02:00
Will Roberts 939acb7457 .travis.yml: fix shell syntax error 2016-05-09 13:57:35 +02:00
Will Roberts d11a97793a .travis.yml: coverage 4 drops support for python 3.2 2016-05-09 13:55:08 +02:00
supergonkas 85b9a77b0e Add "full" support for years and months only 2016-05-03 17:12:49 +01:00
Will Roberts 3d30c45907 README.rst: get shields.io badge working properly 2015-07-01 15:49:01 +02:00
Will Roberts 08e8cb4090 README.rst: replace pypip.in with shields.io 2015-07-01 15:45:56 +02:00
Will Roberts 5c70eb8db8 pytimeparse/VERSION 1.1.5 2015-07-01 15:35:36 +02:00
Will Roberts 1a4b364c87 Merge pull request #9 from jd/jd/remove-future
Remove future usage
2015-06-25 12:23:45 +02:00
Julien Danjou fdccd314b8 Remove future usage
There's no good reason to use it, and the future package is a pain to
install as it easily breaks the system and compatibility with other
Python packages.
2015-06-25 12:15:05 +02:00
Will Roberts 740dd1f0bc README: add coveralls badge 2015-03-24 13:32:09 +01:00
Will Roberts af257fee14 .travis.yml: add coveralls integration 2015-03-24 13:31:58 +01:00
Will Roberts b7c5b74af7 README: use svg version of pypip.in badge 2015-03-24 13:31:37 +01:00
Will Roberts ee203778a9 .gitignore /.coverage 2015-03-24 13:31:11 +01:00
Will Roberts 8b2cb9e749 README: add pypip.in badge for latest version 2015-03-24 12:53:31 +01:00
Will Roberts 20c40157ae setup: remove py2.6 from classifiers 2015-02-18 17:09:16 +01:00
Will Roberts b7285cd25c bump VERSION to 1.1.4 2015-02-18 17:05:56 +01:00
Will Roberts 28f33e961f add travis badge to README 2015-02-18 17:04:25 +01:00
Will Roberts 770851111c don't support py2.6 2015-02-18 17:04:18 +01:00
Will Roberts 3e14091285 timeparse: ImportError on py3 2015-02-18 16:45:59 +01:00
Will Roberts 97353194f6 setup: support py2.6 2015-02-18 16:44:53 +01:00
Will Roberts 1bd1b0f1ea dummy travis push 2015-02-18 16:38:08 +01:00
Will Roberts 9dbed9099f dummy travis push 2015-02-18 16:37:56 +01:00
Will Roberts 396c8d4766 .travis.yml 2015-02-18 16:34:37 +01:00
Will Roberts d119ccb892 .gitignore /build/ 2015-02-18 16:34:13 +01:00
Will Roberts 0ece640a4e .gitignore .DS_Store 2015-02-18 16:33:55 +01:00
Will Roberts b2af791855 bump VERSION to 1.1.3 2015-02-18 13:44:13 +01:00
Will Roberts f591389eb1 README: document __init__-level import 2015-02-18 13:42:06 +01:00
Will Roberts c05d6157a1 add nose to setup.py 2015-02-18 13:36:15 +01:00
Will Roberts fdda6ab6eb move tests to tests subpackage 2015-02-18 13:34:41 +01:00
Will Roberts b717ff089c more detailed setup.py and include VERSION file 2015-02-18 13:17:13 +01:00
Will Roberts ed2ff35df9 .gitignore some distutils output 2015-02-18 12:49:27 +01:00
Will Roberts c21fed098f setup: version 1.1.2 with better setuptools support merged 2014-11-16 01:54:20 +01:00
Will Roberts e5597ba224 Merge branch 'master' of github.com:wroberts/pytimeparse 2014-11-16 01:49:55 +01:00
Will Roberts dec91a28dd setup: version 1.1.0 with better setuptools support 2014-11-16 01:41:55 +01:00
Will Roberts b09bf4e1c5 Revert "setup.py: add install_requires for ``future``"
This reverts commit cd2dd96101.
2014-10-03 23:00:45 +02:00
Will Roberts cd2dd96101 setup.py: add install_requires for ``future`` 2014-10-03 16:29:58 +02:00
Will Roberts 75e2dd448a Merge pull request #5 from cackovic/master
support signed times
2014-10-03 15:52:53 +02:00
Ajna Cackovic 64d6cdccbc support signed times 2014-07-21 16:09:20 -07:00
Will Roberts 895af086fb setup.py: playing with move to setuptools 2014-04-23 04:06:45 +02:00
Will Roberts 941cf84a84 mv pytimeparse/test.sh to / 2014-04-23 03:39:21 +02:00
Will Roberts 450fb3013d change to version 1.1.0 with changes by @catherinedevlin 2014-04-23 03:35:22 +02:00
Will Roberts 297e605e06 comment into README.rst 2014-04-23 03:24:24 +02:00
Will Roberts 632d22637e Merge pull request #4 from catherinedevlin/granularity
Accept "granularity" argument
2014-04-23 03:20:26 +02:00
Will Roberts 2a9363becc Merge pull request #3 from catherinedevlin/py3
Used ``futurize`` in ``future`` module to make 2/3 compatible
2014-04-23 03:18:18 +02:00