Wykres commitów

1555 Commity (4e3a2d2850091d8097f87879641f357fff7edf4f)

Autor SHA1 Wiadomość Data
Nicco Kunzmann 4e3a2d2850 update tox enviroment list 2024-06-25 12:17:46 +01:00
Nicco Kunzmann 61224470bd
Merge pull request #634 from kloczek/main
drop python<=3.7 support
2024-06-25 10:58:26 +01:00
Nicco Kunzmann 53cfd78fe5
Merge pull request #647 from niccokunzmann/docs-py-38+
Update documentation for versions 3.8+
2024-06-25 01:43:36 +01:00
Steve Piercy b340a236ab
Resolve Python version inconsistency with issue title and change log entry 2024-06-24 16:39:34 -07:00
Nicco Kunzmann 2cce183cd6
Merge branch 'main' into docs-py-38+ 2024-06-23 14:50:58 +01:00
Jaca f7f0c205bb
Merge pull request #633 from niccokunzmann/rename-master-to-main
Rename master to main in docs
2024-06-23 15:41:22 +02:00
Nicco Kunzmann f75a179bfb
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-06-23 14:38:18 +01:00
Nicco Kunzmann e27ee68ec5
Merge pull request #646 from niccokunzmann/is-broken
Remove is_broken property
2024-06-23 14:33:34 +01:00
Steve Piercy ecd500c905
Merge branch 'main' into is-broken 2024-06-22 13:34:36 -07:00
Steve Piercy 3736f17080
Merge pull request #648 from niccokunzmann/changes
Remove ... in changelog
2024-06-22 13:32:57 -07:00
Steve Piercy 797beb422f
Merge pull request #645 from niccokunzmann/badge
Move Python versions into badge
2024-06-22 13:31:22 -07:00
Steve Piercy 9424f17200
Merge pull request #640 from niccokunzmann/issue-278
Rename all references of RFC 2445 to RFC 5545
2024-06-22 12:13:12 -07:00
Steve Piercy 8f23cf8f17
Merge pull request #639 from niccokunzmann/issue-67
Remove unused and untested code
2024-06-22 12:12:29 -07:00
Nicco Kunzmann ed3508d06f Remove ... 2024-06-22 19:08:47 +01:00
Nicco Kunzmann abcd4c668a log changes 2024-06-22 19:06:45 +01:00
Nicco Kunzmann 2b1b01562f Update documentation for versions 3.8+
This compacts the documentation.
Mentions of old versions are removed.
A concise path from 5.x to 6.0 is outlined.
master -> main
2024-06-22 19:03:41 +01:00
Tomasz Kłoczko f2874552cb fixed install time backports.zoneinfo dependency
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
2024-06-22 17:54:55 +00:00
Nicco Kunzmann 82c669ce84 Remove is_broken property 2024-06-22 18:44:26 +01:00
Nicco Kunzmann f761311997 Move Python versions into badge 2024-06-22 18:33:37 +01:00
Nicco Kunzmann 752928cea7 rename master to main to make the history of the project easier to understand 2024-06-22 17:45:02 +01:00
Nicco Kunzmann 0cc0e1b0ae
Merge pull request #643 from collective/changes-move-api-docs
Move change log item under correct heading.
2024-06-22 17:27:02 +01:00
Steve Piercy bd356bd722 Move change log item under correct heading. 2024-06-22 04:35:08 -07:00
Nicco Kunzmann 06735f79b3 log changes 2024-06-21 18:58:50 +01:00
Nicco Kunzmann fb81a2e6d1 Rename all references of RFC 2445 to RFC 5545 2024-06-21 18:38:04 +01:00
Nicco Kunzmann 417c6fb883 Log changes 2024-06-21 18:30:12 +01:00
Nicco Kunzmann 871af59add Remove unused and untested code 2024-06-21 18:27:24 +01:00
Nicco Kunzmann 675102d274
Merge pull request #637 from collective/631-docs-enhance-api
Enhance documentation of API
2024-06-21 18:03:58 +01:00
Nicco Kunzmann c29074d3d2 rename branch link to main 2024-06-21 17:55:31 +01:00
Steve Piercy ed7de76c29 Add change log 2024-06-20 17:46:08 -07:00
Steve Piercy c24f364d6f Add missing public classes and functions to API documentation
- Fix docstring underline mismatch error

Fixes #631.
Might depend on #636?
2024-06-20 17:42:05 -07:00
Steve Piercy f2a882c7b7 Add myself to credits.rst 2024-06-20 17:27:12 -07:00
Steve Piercy 7d278e05e5 Add change log 2024-06-20 17:26:05 -07:00
Steve Piercy c226aeb098 Allow docs to build on Python 3.12 by replacing `pkg_resources` with `importlib.metadata`.
- Fix underline length in README.rst
2024-06-20 17:20:46 -07:00
Tomasz Kłoczko 1f5ed8a4b2 addd python 3.12 to list of supported python versions
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
2024-06-20 16:01:19 +00:00
Tomasz Kłoczko 1b93304ba5 remove python 3.7 from CI
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
2024-06-20 15:59:55 +00:00
Tomasz Kłoczko e3c7f49b21 filter all code over ruff as well
Mostly ruff drops unused imports.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
2024-06-20 15:56:48 +00:00
Tomasz Kłoczko 660b523312 update minimum supported python version to 3.8
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
2024-06-20 15:55:19 +00:00
Tomasz Kłoczko 4aa0684c4a drop python<=3.7 support
According to https://endoflife.date/python python 3.7 has been
EOSed 27 Jun 2023.
Filter all code over `pyupgracde --py38-plus`.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
2024-06-20 15:52:03 +00:00
Nicco Kunzmann 0daeceff02 Update README to use main branch 2024-06-20 14:27:30 +01:00
Nicco Kunzmann 6181f3b10a Update documentation to use main branch 2024-06-20 14:26:47 +01:00
Nicco Kunzmann b0d8e54720
Merge pull request #623 from collective/zoneinfo
Zoneinfo
2024-06-20 14:19:00 +01:00
Nicco Kunzmann d0fd6176b4
Merge branch 'master' into zoneinfo 2024-06-20 14:15:35 +01:00
Nicco Kunzmann f97722e5e7
Merge pull request #632 from niccokunzmann/release
version 5.0.13
2024-06-20 14:10:42 +01:00
Nicco Kunzmann 39b0494829 version 5.0.13 2024-06-20 14:02:00 +01:00
Nicco Kunzmann 99084fbb0c
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-06-19 17:19:47 +01:00
Nicco Kunzmann 50f9765bb4
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-06-19 17:19:38 +01:00
Nicco Kunzmann 2ee6137225
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-06-19 17:19:26 +01:00
Nicco Kunzmann 5c4c11ef24
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-06-19 17:19:15 +01:00
Nicco Kunzmann fa4db23399
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-06-19 17:18:59 +01:00
Nicco Kunzmann 96b4e76cb5 Modify doctests and add more examples 2024-06-19 11:25:02 +01:00