Wykres commitów

295 Commity (4f6180994ac64374741c0337e5ff31450b1b4724)

Autor SHA1 Wiadomość Data
Martin Eigenmann 4f6180994a
docs: remove sphinx build install docs 2024-09-09 13:02:03 +02:00
Martin Eigenmann f9446fa028
Merge pull request #137 from jazzband/ci/fix-read-the-docs
docs: add read-the-docs config
2024-09-09 12:59:29 +02:00
Martin Eigenmann 2ee965d6a3
docs: adds dependencies for read the docs 2024-09-09 12:58:32 +02:00
Martin Eigenmann 216d0fa412
docs: add read-the-docs config 2024-09-09 12:47:57 +02:00
Martin Eigenmann db49a82b0c
Merge pull request #136 from jazzband/fix/short-timeframes
fix: allow short timewindows to parse events
2024-09-09 12:32:39 +02:00
Martin Eigenmann 02a9a97b2b
ci: disable codecov upload - do not fail 2024-09-09 12:31:20 +02:00
Martin Eigenmann a005d3a787
fix: allow short timewindows to parse events 2024-09-09 12:16:40 +02:00
Martin Eigenmann 4d29cedf30
ci: increase version number 2024-09-08 21:08:21 +02:00
Martin Eigenmann 21ed6f71c9
ci: update release 2024-09-08 20:33:45 +02:00
Martin Eigenmann 593e0268e9
Merge pull request #133 from jazzband/feat/broken-floating
fix: use floating events if not tz is set
2024-09-08 20:26:01 +02:00
Martin Eigenmann 45aaf6121a
fix: allow for date exdates in ics #fixes 129 2024-09-08 19:53:57 +02:00
Martin Eigenmann fb1f99c652
fix: only mark events floating if it is a datetime event 2024-09-08 19:00:39 +02:00
Martin Eigenmann a70eb0809e
ci: update poetry in pipeline 2024-08-30 12:37:36 +02:00
Martin Eigenmann 5d77d9797c
fix: clenaup dependencies 2024-08-29 19:44:53 +02:00
Martin Eigenmann f9dedc055b
Merge pull request #113 from leingang/patch-1
Update documentation hint to date type
2024-08-29 19:38:09 +02:00
Martin Eigenmann f6d97ec50b
fix: use floating events if not tz is set 2024-08-29 19:35:29 +02:00
Ihor Sychevskyi 32848e4d02
update link (#122) 2023-01-01 14:27:44 +02:00
Martin Eigenmann 9bda30e7d9
Merge pull request #121 from jazzband/dependabot/pip/setuptools-65.5.1
build(deps): bump setuptools from 65.5.0 to 65.5.1
2022-12-28 09:31:21 +01:00
dependabot[bot] 5521c7ad52
build(deps): bump setuptools from 65.5.0 to 65.5.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.5.0...v65.5.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27 17:31:30 +00:00
Martin Eigenmann 33a312861d
Merge pull request #119 from jazzband/docs/update-pypi-badge
docs: update pypi badge
2022-12-19 15:34:32 +01:00
Martin Eigenmann 4eee17a836
docs: update pypi badge 2022-12-18 18:51:31 +01:00
Martin Eigenmann f6c275491c
chore: update readme to reflect official pypi package 2022-12-18 15:15:43 +01:00
Martin Eigenmann 8d060642d1
chore: release 0.1.27 2022-12-18 15:10:01 +01:00
Martin Eigenmann c0c9c46475
Merge pull request #97 from nalpch/recurring-and-floating-events
Recurring and floating events
2022-12-18 14:56:58 +01:00
Martin Eigenmann 53817ccd88
chore: cleanup mr 2022-12-18 14:53:52 +01:00
Martin Eigenmann 00f3392230
fix: allows until to be defined as datetime with timezone. Shamelessly copied code from @mbafford: https://github.com/jazzband/icalevents/pull/109/files 2022-12-18 12:14:31 +01:00
Martin Eigenmann 266ca3d24d
Merge remote-tracking branch 'origin' into recurring-and-floating-events 2022-12-18 08:52:47 +01:00
Martin Eigenmann 2f82ffefee
Merge pull request #118 from jazzband/dependabot/pip/certifi-2022.12.7
build(deps): bump certifi from 2022.9.24 to 2022.12.7
2022-12-18 08:41:21 +01:00
Martin Eigenmann 52db61a9ff
Merge pull request #116 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-12-18 08:40:38 +01:00
pre-commit-ci[bot] 498d344a6d
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
- [github.com/psf/black: 22.8.0 → 22.12.0](https://github.com/psf/black/compare/22.8.0...22.12.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0)
2022-12-12 19:09:38 +00:00
dependabot[bot] 767fe15d05
build(deps): bump certifi from 2022.9.24 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 08:44:45 +00:00
elizaaverywilson bb85bffe2d Added Event type to API, added type hint 2022-10-17 23:04:26 -05:00
elizaaverywilson 72a3d8cc39 Updated dependencies. httplib2 version was using deprecated code. 2022-10-17 22:58:31 -05:00
elizaaverywilson 412f256569
README.md: added PyPi badge
Will help users find the most recent PyPi release
2022-09-19 17:13:07 -05:00
Eliza Wilson 970821b5bd Tests account for sorting; dependencies updated 2022-09-19 16:58:55 -05:00
Eliza Wilson 2913af04c2 Fixed pyproject syntax, updated dependencies 2022-09-19 14:37:40 -05:00
elizaaverywilson c9d11ba8cc
added sorting in correct location
and typo fix
2022-09-18 18:37:22 -05:00
elizaaverywilson 4b0d65cc20
removed sorting at incorrect location 2022-09-18 18:33:59 -05:00
elizaaverywilson 6e1895775c
Sort events before returning 2022-09-18 14:43:05 -05:00
elizaaverywilson 01ee1e31ac
Merge pull request #95 from jazzband/recurring-events-and-timezones
handle timezone and recurring events
2022-09-16 15:25:07 -05:00
leingang 2677640afd
Update documentation hint to date type
I am pretty sure [`datetime`](https://docs.python.org/3/library/datetime.html#date-objects) is intended instead of [`dateutils`](https://pypi.org/project/dateutils/)
2022-08-20 16:51:25 -04:00
James Elks 9be3e1b507
Merge pull request #108 from RahulARanger/master
Mentioned required format for parse_events
2022-07-01 16:52:22 +10:00
Sai Hanuma Rahul 67bfd7ae26
mentioned required format for parse_events
mentioned parse_events requires the start and end dates in UTC format
2022-03-26 00:39:27 +05:30
Martin Eigenmann fdd7a02d16
Merge pull request #98 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-01-11 15:10:00 +01:00
pre-commit-ci[bot] ed6f30e9b3
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0)
2021-12-27 17:22:48 +00:00
Martin Eigenmann d6bf733597
ci: run pre-commit manually and apply linters 2021-12-27 07:22:37 +01:00
Martin Eigenmann 93187a5ec6
Revert "remove poetry"
This reverts commit beb25f134d.
2021-12-27 07:07:17 +01:00
Martin Eigenmann 5f45b5f44e
Revert "install-with-pipenv"
This reverts commit 217b8cce8a.
2021-12-27 07:07:03 +01:00
Martin Eigenmann 43e1aa8dd6
Merge pull request #96 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-12-27 06:57:36 +01:00
Martin Eigenmann 3ab3008c2e
remove unused file 2021-12-26 15:27:34 +01:00