summaryrefslogtreecommitdiff
path: root/time/py-pytz
AgeCommit message (Collapse)AuthorFilesLines
2016-12-15Changes 2016.10:adam3-8/+11
Bug fixes. New time zones.
2016-11-11Update time/py-pytz to 2016.7.fhajny3-8/+9
No changelog.
2016-08-20fix PLIST issuerichard1-6/+12
2016-08-20update to py-pytz-2016.6.1richard2-7/+7
okay by markd@ with nothing in particular noted in the Changelog
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-11-02Add SHA512 digests for distfiles for time categoryagc1-1/+2
Problems found with mismatching existing digests for: distfiles/asclock-classic-1.0.tar.gz distfiles/asclock-gtk-2.1.10beta.tar.gz distfiles/asclock-xlib-2.0.11.tar.gz distfiles/emiclock-2.0.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-12-01Update to 2014.10: the usual.wiz2-6/+6
2014-11-09Update to 2014.9: the usual timezone changes.wiz3-12/+13
2014-09-07Update to 2014.7:wiz3-7/+10
2004-07-25 - Improved localtime handling, and added a localize() method enabling correct creation of local times.
2014-06-09Update to 2014.4: the usual changes.wiz2-6/+6
2014-05-20Update to 2014.3, the usual changes.wiz2-6/+6
2014-03-31Update to 2014.2: the usual timezone changes.wiz3-7/+8
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-3/+1
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-06Update to 2013.9: the usual changes.wiz3-13/+7
2013-11-13Update to 2013.8: changes not found.wiz2-6/+6
2013-10-06Update to 2013.7: usual updates.wiz2-6/+6
2013-09-09Update to 2013d:wiz3-8/+10
The usual changes.
2013-04-01Update to 2013b, the usual changes +wiz3-7/+10
Asia/Khandyga Asia/Ust-Nera Europe/Busingen
2012-12-09Update to 2012h, the usual time zone changes.wiz2-6/+6
2012-10-21Update to 2012g.wiz2-6/+6
2012-10-16Mark as ready for python-3.x.wiz1-3/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-02Update to 2012f, sync with upstream.wiz2-6/+9
2012-08-12Update to 2012d: The usual changes.wiz2-6/+6
2012-04-22Update to 2012c, time zone updates.wiz2-6/+6
2012-03-12Update to 2012b, the usual time zone updates.wiz3-7/+8
2012-01-20Mark as not available for python3 because py-setuptools isn't.wiz1-2/+3
2012-01-20Update to 2011n. Usual timezone changes, and:wiz3-7/+19
2011-02-08 - Python 3.1 support.
2010-08-17Update py-pytz to 2010k.obache3-8/+12
Based on PR#43764 by Kamel Derouiche timezone update.
2010-02-16Update to 2010b, the usual.wiz3-7/+10
2010-01-20Update to 2009u: the usual timezone updates.wiz2-6/+6
2009-11-17Update to 2009r. Usual database updates.wiz3-7/+8
2009-10-31Update to 2009n. Time zone updates!wiz2-6/+6
2009-08-09Update to 2009j. Usual timezone updates, I guess.wiz2-6/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg1-25/+1
2009-02-23Update to 2009a:wiz3-8/+10
Changes undocumented, probably just timezone updates.
2008-09-12Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages thatepg1-2/+1
set it to ${DISTNAME}.
2008-09-10dirrm the egg info direpg1-1/+2
2008-09-10switch to using python/egg.mk and add missing entries to PLIST. Approved by ↵abs2-3/+10
markd@, bump pkgrevision
2008-06-23Initial import py-pytz-2008bmarkd4-0/+640
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).