Skip to content

Commit 4ae3b7c

Browse files
authored
Merge pull request #30 from roskakori/29-add-donation-links
#29 Add donation links
2 parents 91424c7 + f1219ba commit 4ae3b7c

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Changes
22

3-
## Version 2.0.0, 2026-02-23
3+
## Version 2.0.0, 2026-02-25
44

55
This is a pure technical release that does not change the functionality of the package.
66

7-
It ensures that the package builds with a modern Python toolchain and continuous integration systems. For details, see [#8](https://github.com/roskakori/CodecMapper/issues/8), contributed by [Branch Vincent](https://github.com/branchv)). In addition, it cleans up some source files missing from the distribution (see [#17](https://github.com/roskakori/CodecMapper/issues/17)) and several minor issues in the documentation.
7+
It ensures that the package builds with a modern Python toolchain and continuous integration systems. For details, see [#8](https://github.com/roskakori/CodecMapper/issues/8), contributed by [Branch Vincent](https://github.com/branchv). In addition, it cleans up some source files missing from the distribution (see [#17](https://github.com/roskakori/CodecMapper/issues/17)) and several minor issues in the documentation.
88

99
Because of this, support for Python 2 and Python 3.8 or older had to be dropped. If you are stuck with such a version, use [ebcdic 1.1.1](https://pypi.org/project/ebcdic/1.1.1/), which currently has the same functionality.
1010

1111
In addition, the documentation has been cleaned up to better conform to the standard layout of modern open source projects (see [#25](https://github.com/roskakori/CodecMapper/issues/25):
1212

1313
- The list of changes is now a separate `CHANGES.md` instead of part of the `ebcdic/README.md`.
14-
- The `CONTRIBUTING.md` now includes all the instructions to build the package and run tests. Before, they were spreadout accross the different `README` files.
14+
- The `CONTRIBUTING.md` now includes all the instructions to build the package and run tests. Before, they were spreadout across the different `README` files.
1515
- The main `README.md` is a concise overview pointing to the other parts of the documentation for details.
1616

17+
And finally, you can now show your appreciation of this package by [donating to it](https://roskakori.at/donate/donate-python-ebcdic/).
18+
1719
## Version 1.1.1, 2019-08-09
1820

1921
- Moved license information from README to LICENSE (#5). This required the distribution to change from sdist to wheel because apparently it is a major challenge to include a text file in a platform independent way (#11).

FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: "https://roskakori.at/donate/donate-python-ebcdic/"

codec-mapper-logo.afdesign

14.2 KB
Binary file not shown.

codec-mapper-logo.png

49.3 KB
Loading

ebcdic/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ dynamic = ["version"]
2323

2424
[project.urls]
2525
Homepage = "https://pypi.python.org/pypi/ebcdic"
26-
Repository = "https://github.com/roskakori/CodecMapper.git"
26+
Source = "https://github.com/roskakori/CodecMapper.git"
2727
Documentation = "https://github.com/roskakori/CodecMapper/blob/master/ebcdic/README.md"
2828
"Issue Tracker" = "https://github.com/roskakori/CodecMapper/issues"
2929
Changes = "https://github.com/roskakori/CodecMapper/blob/master/CHANGES.md"
30+
Donate = "https://roskakori.at/donate/donate-python-ebcdic/"
3031

3132
[dependency-groups]
3233
dev = ["pre-commit>=4.3.0", "pytest>=8.4.1", "ruff>=0.15.2"]

0 commit comments

Comments
 (0)