Wykres commitów

56 Commity (55879e3f9362786248456708b083084ccacec065)

Autor SHA1 Wiadomość Data
Nicco Kunzmann 55879e3f93 Add documentation about parsing
see https://github.com/collective/icalendar/issues/152
2023-08-30 17:33:21 +01:00
Nicco Kunzmann 9bd5dde0f2
correct status badges for branches master and 4.x
The labels were broken. The URL has changed.
See also https://github.com/badges/shields/issues/8671
2023-01-11 23:38:34 +00:00
Nicco Kunzmann 3c291613b9 add badge for https://readthedocs.org/projects/icalendar/ 2022-10-03 21:37:53 +01:00
Nicco Kunzmann fb7c7bb5b4
correct spelling 2022-08-23 04:02:25 +01:00
Nicco Kunzmann a99ab41e17
remove markup errors 2022-08-19 14:45:18 +01:00
Christian Geier debe8eed17
Merge pull request #368 from niccokunzmann/patch-4
describe purpose of the branches master and 4.x
2022-08-18 08:56:52 +02:00
Nicco Kunzmann ee4fe0c0b3
set master branch minimal version to 3.7
see https://github.com/collective/icalendar/pull/368#issuecomment-1215761433
2022-08-15 21:36:20 +01:00
Nicco Kunzmann b872c68022
describe purpose of the branches master and 4.x 2022-08-13 22:03:40 +01:00
Nicco Kunzmann 23f780a092
replace GitHub actions badges
https://shields.io provides more distinct badges for the status.
2022-08-13 21:36:12 +01:00
Maurits van Rees d8b8cf404c
Merge pull request #365 from niccokunzmann/patch-2
add badges for download and PyPI version
2022-08-13 14:09:48 +02:00
Maurits van Rees 93178694f0
Merge pull request #357 from niccokunzmann/documentation
add links to two libraries that build on top of icalendar
2022-08-13 14:09:30 +02:00
Maurits van Rees 0f0a7e1e43
Merge branch 'master' into patch-2 2022-08-13 14:04:13 +02:00
Nicco Kunzmann 538c06e8a3
add badges for download and PyPI version 2022-08-07 23:55:02 +01:00
Nicco Kunzmann 44f3ed106e
update badges in README
This adds the two badges for the versions we want to support

See https://github.com/collective/icalendar/discussions/360#discussioncomment-3120708
2022-08-07 22:50:37 +01:00
Nicco Kunzmann c3863f57f7 correct spelling 2022-08-07 22:09:29 +01:00
Nicco Kunzmann b46ae90625 add links to two libraries that build on top of icalendar 2022-08-07 22:09:29 +01:00
Jon Dufresne 148e6bfa71 Update all pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
2018-04-26 06:16:27 -07:00
Pablo Castellano 6cab0127d4 Update README.rst
Added icalevents as related project.

Fixes #257
2018-01-29 20:10:52 +01:00
Johannes Raggam 47f98e4d87 prepare release 2017-11-08 14:13:02 +01:00
Jon Dufresne 80f2c308c6 Drop support for Python 2.6 and 3.3
I would humbly like to suggest icalendar drop support for Python 2.6.

The last release of Python 2.6 was 2013-10-29. It is no longer receiving
security or bug fixes.

https://www.python.org/dev/peps/pep-0361/

The pip project itself has decided to drop support for 2.6. At the
beginning of the year, their numbers estimated that Python 2.6 accounts
for ~2% of their downloads.

https://github.com/pypa/pip/pull/4343

For projects that still use Python 2.6, they can continue to pip install
an older version.

I've tried my best to remove as much 2.6 specific code as I can,
including the 'Programming Language :: Python :: 2.6' trove classifier
from setup.py. I've also removed Travis CI testing, which should result
in slightly faster testing and fewer wasted resources.

Changed:

* Update documented Python support and trove classifiers
* Update Travis test matrix and tox test matrix
* Use set literals (and more literals in general)
* Use dict comprehension
* Remove dependencies on ordereddict and unittest2
* Remove u string prefix, use more modern unicode literals instead
2017-11-07 03:44:09 -08:00
Daniel M. Capella 5943bdfc98 readme: Touch up 2017-06-25 02:54:04 +00:00
Daniel M. Capella 8c9bbc7c4d readme: Remove unnecessary indentation (#225) 2017-06-19 19:46:34 +02:00
Jon Dufresne 70985f19b2 Drop requirement for setuptools package from setup.py
setuptools is shipped with Python, no need to include it as a requirement.

Further, it is not used by the icalendar package, but only by setup.py.

setuptools is imported by setup.py _before_ dependencies have been installed.
2017-01-24 07:06:08 -08:00
Johannes Raggam df761782ca update coverage 2015-03-24 12:55:29 +01:00
Christian Geier e1ededfb2e README: typos 2014-11-12 14:25:19 +01:00
Markus Unterwaditzer fec9171455 More fixes for Travis
Also add 3.4 for testing and a badge to the README
2014-06-03 17:49:31 +02:00
Johannes Raggam 67853b3a74 rm whitespace 2014-06-03 17:28:25 +02:00
Johannes Raggam c51e0f172b kick off travis 2014-06-03 12:19:49 +02:00
Johannes Raggam 5c7ac0a0f7 prepare release 2014-06-02 23:38:45 +02:00
Johannes Raggam c5d329cb7d prepare next version 2014-01-06 16:17:26 +01:00
Johannes Raggam c1ea2c009e update coverage report, exclude test paths in compat module 2013-12-24 13:30:59 +01:00
Johannes Raggam 6ded747631 bump version to 4.0 2013-12-23 15:53:04 +01:00
Johannes Raggam cf1e80f46a prepare release 2013-04-24 12:14:53 +02:00
Johannes Raggam fdd6aa023e +roadmap 2013-03-18 14:15:53 +01:00
Johannes Raggam 226da3d890 update readme 2013-03-18 13:16:27 +01:00
Robert Niederreiter 133c3f4db6 merge pull 94 2013-03-15 17:06:49 +01:00
Robert Niederreiter f0f4910434 housekeeping 2013-03-15 16:34:42 +01:00
Johannes Raggam c195b8a055 drop python <2.6 support 2013-02-08 16:05:57 +01:00
Robert Niederreiter f289f3794c fix rst 2012-09-05 21:11:23 +02:00
Robert Niederreiter 85388792e1 coverage report 2012-09-05 21:05:36 +02:00
Robert Niederreiter 782d9c0a44 include coverage test report 2012-08-23 14:05:26 +02:00
Robert Niederreiter 4f5f70bd5b endure correct datatype at instance creation time in ``prop.vCalAddress`` and ``prop.vText``. Re-include doctests. 2012-08-23 13:45:16 +02:00
Rok Garbas 4c863856f1 strange but we were always depending on setuptools 2012-05-13 03:24:44 +02:00
Rok Garbas 0fd4ee3453 adding line to readthedocs page, fixes #47 2012-05-11 13:35:01 +02:00
Johannes Raggam 73606077cf * For all TZID parameters in DATE-TIME properties, use timezone identifiers
(e.g. Europe/Vienna) instead of timezone names (e.g. CET), as required by
  RFC5545. Timezone names are used together with timezone identifiers in the
  Timezone components.
2012-03-01 22:48:15 +01:00
Johannes Raggam 16a69f4f64 use pytz utc implementation instead of the own implementation 2012-03-01 14:36:17 +01:00
Johannes Raggam 84c653bf16 docuemnt the to_ical and from_ical API. Fixes #32 2012-02-29 12:31:11 +01:00
Rok Garbas f469e86549 relicensing which was discussed and fixes #2 2012-02-27 10:22:43 +01:00
Rok Garbas 656515dc17 adding pytz ad dependency, this fixes #31 2012-02-27 10:15:23 +01:00
Rok Garbas 2354d4ffa3 making sure first page on pypi renders nicely. 2011-08-24 23:59:43 +02:00