summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Join classifier stringHugo van Kemenade2022-03-121-1/+1
|
* Add python_requires to help pipHugo van Kemenade2021-12-131-0/+1
|
* Drop support for Python <= 3.6Hugo van Kemenade2021-12-131-1/+1
|
* Merge branch 'PR60'Gerhard Weis2021-12-131-36/+34
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PR60: Use non-beta Python 3.8 on Travis Use Python 3.8 beta on Travis PEP8: 79 chars Use Xenial on Travis to test on Python3.7 Fix Python 3.8 DeprecationWarning Add support for py37 and py38 Raise warnings produced by isodate as errors during tests Avoid unclosed file warning # Conflicts: # .travis.yml # setup.py # src/isodate/duration.py # src/isodate/tests/__init__.py # tox.ini
| * Add support for py37 and py38Jose Eduardo2019-07-191-0/+2
| |
| * Avoid unclosed file warningJose Eduardo2019-07-191-1/+2
| |
* | Merge branch 'PR57'Gerhard Weis2021-12-131-33/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PR57: remove the license from tests 1) move license to Project's root 2) add a missing sentence from 2-clause license 3-clause license ("BSD License 2.0", "Revised BSD License", "New BSD License", or "Modified BSD License"): [(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.] # Conflicts: # src/isodate/__init__.py # src/isodate/duration.py # src/isodate/isodates.py # src/isodate/isodatetime.py # src/isodate/isoduration.py # src/isodate/isoerror.py # src/isodate/isotime.py # src/isodate/isotzinfo.py # src/isodate/tests/__init__.py # src/isodate/tests/test_date.py # src/isodate/tests/test_datetime.py # src/isodate/tests/test_duration.py # src/isodate/tests/test_strf.py # src/isodate/tests/test_time.py
| * | 1) move license to Project's rootAlexander Mangin2019-03-271-26/+0
| |/ | | | | | | | | 2) add a missing sentence from 2-clause license 3-clause license ("BSD License 2.0", "Revised BSD License", "New BSD License", or "Modified BSD License"): [(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.]
* | bump versionGerhard Weis2021-12-131-3/+0
| | | | | | | | remove end-of-life python versions
* | release 0.6.10.6.1Gerhard Weis2021-12-131-3/+1
| |
* | Add support for Python 3.10Hugo van Kemenade2021-09-131-0/+4
|/
* Drop support for EOL Python 3.3Hugo2018-04-291-1/+0
|
* Drop support for EOL Python 2.6Hugo2018-04-291-1/+2
|
* bump versionGerhard Weis2017-10-131-1/+1
|
* release 0.6.00.6.0Gerhard Weis2017-10-131-1/+1
|
* version is 0.6 devGerhard Weis2017-07-061-1/+1
|
* use sixGerhard Weis2017-07-051-6/+5
|
* keep py2.6 as long as tests run fineGerhard Weis2017-07-051-0/+1
|
* Merge branch 'master' of https://github.com/lmazuel/isodateGerhard Weis2017-07-051-13/+2
|\ | | | | | | | | | | | | # Conflicts: # .travis.yml # setup.cfg # src/isodate/tzinfo.py
| * Flake happinessLaurent Mazuel2017-06-281-3/+3
| |
| * Remove 2to3 usageLaurent Mazuel2017-06-281-12/+4
| |
* | no more py 3.2Gerhard Weis2017-07-051-1/+2
| |
* | whitespaceGerhard Weis2017-07-051-0/+1
| |
* | Point the URL to GitHubThomas Grainger2015-10-021-1/+1
|/
* bump versionGerhard Weis2015-08-061-1/+1
|
* fix rst formatting and make new release0.5.4Gerhard Weis2015-08-061-1/+1
|
* bump versionGerhard Weis2015-08-061-1/+1
|
* update changelog and prepare releaseGerhard Weis2015-08-061-1/+1
|
* fix typo in setup.py descriptionnikolas2015-05-181-1/+1
|
* bump to 0.5.2-devGerhard Weis2014-11-071-1/+1
|
* release 0.5.10.5.1Gerhard Weis2014-11-071-1/+1
|
* add Python 3.4 to list of supported versionsGerhard Weis2014-11-071-0/+1
|
* Fix flake errorsAdrian Coveney2014-08-181-4/+4
|
* back to developmentGerhard Weis2014-02-231-1/+1
| | | | fix travis badge
* update setup.py to read correct README fileGerhard Weis2014-02-231-3/+3
|
* update trove classifiers to show all supported python versionsGerhard Weis2013-01-251-2/+5
|
* back to devGerhard Weis2012-10-301-1/+1
|
* forgot to bump version for a whileGerhard Weis2012-10-301-1/+1
|
* updated change log and version to 0.4.8Gerhard Weis2012-05-041-1/+1
|
* clean up setup.py for python2 and 3 compatibility (with and without ↵Gerhard Weis2012-05-041-8/+7
| | | | setuptools available)
* bump version to 0.4.7Gerhard Weis2012-01-261-1/+1
|
* * support Python 3Gerhard Weis2012-01-061-3/+13
| | | | * moved tests package into isolate package
* * made setuptools an optional dependencyGerhard Weis2012-01-061-7/+10
| | | | * bumped version to 0.4.5
* * Fixed a formatting of microseconds for datetime objectsGerhard Weis2011-04-161-15/+15
| | | | | * some whitespace cleanup * bumped version to 0.4.4
* * Fixed problem with %P formating and fractionsGerhard Weis2010-10-291-1/+1
|
* * added unary operator for DurationGerhard Weis2010-10-281-5/+7
| | | | | * output fractional seconds iso format * added some tests
* * fixed bug in comparison between timedelta and Duration.Gerhard Weis2009-02-091-1/+1
|
* * added ISO 8601 formating methodsGerhard Weis2009-02-091-1/+1
| | | | | | | | * still problems with negative durations * refactored Duration class to separate module * allow access to wrapped timedelta attributes directly on Duration. * refactored tzinfo parsing and formating into separate module * updated test cases for new functionality
* * renamed project to isodateGerhard Weis2009-01-051-1/+1
|
* * initial commit (version 0.3.0)Gerhard Weis2009-01-051-0/+66