Skip to content

Commit ac93551

Browse files
committed
Prepare the next release.
1 parent 0968cd9 commit ac93551

File tree

8 files changed

+49
-49
lines changed

8 files changed

+49
-49
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- changelogging: start -->
44

5-
## [5.0.1](https://github.com/xor-cipher/xor-cipher/tree/v5.0.1) (2024-12-24)
5+
## [5.0.1](https://github.com/GDPSApp/xor-cipher-python/tree/v5.0.1) (2024-12-24)
66

77
### Removals
88

@@ -12,15 +12,15 @@
1212

1313
- Removed `xor-cipher.org`.
1414

15-
## [5.0.0](https://github.com/xor-cipher/xor-cipher/tree/v5.0.0) (2024-06-26)
15+
## [5.0.0](https://github.com/GDPSApp/xor-cipher-python/tree/v5.0.0) (2024-06-26)
1616

1717
### Changes
1818

19-
- The core was rewritten in Rust. ([#55](https://github.com/xor-cipher/xor-cipher/pull/55))
19+
- The core was rewritten in Rust. ([#55](https://github.com/GDPSApp/xor-cipher-python/pull/55))
2020

2121
### Removals
2222

23-
- Removed `unsafe` functions. ([#55](https://github.com/xor-cipher/xor-cipher/pull/55))
23+
- Removed `unsafe` functions. ([#55](https://github.com/GDPSApp/xor-cipher-python/pull/55))
2424

2525
## 4.0.0 (2024-03-04)
2626

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement to
63-
[conduct@nekit.dev][Email].
63+
[conduct@gdps.app][Email].
6464

6565
All complaints will be reviewed and investigated promptly and fairly.
6666

@@ -126,7 +126,7 @@ For answers to common questions about this code of conduct, see the FAQ at
126126
[https://contributor-covenant.org/faq][FAQ]. Translations are available at
127127
[https://contributor-covenant.org/translations][Translations].
128128

129-
[Email]: mailto:conduct@nekit.dev
129+
[Email]: mailto:conduct@gdps.app
130130

131131
[Home]: https://contributor-covenant.org/
132132
[v2.1]: https://contributor-covenant.org/version/2/1/code_of_conduct

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-present RealistikDash, Nikita Tikhonov (nekitdev)
3+
Copyright (c) 2022-present GDPS App
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It has been optimized to breeze through datasets of any size.
1717

1818
## Installing
1919

20-
**Python 3.8 or above is required.**
20+
**Python 3.9 or above is required.**
2121

2222
### `pip`
2323

@@ -30,14 +30,14 @@ $ pip install xor-cipher
3030
Alternatively, the library can be installed from source:
3131

3232
```console
33-
$ pip install git+https://github.com/xor-cipher/xor-cipher.git
33+
$ pip install git+https://github.com/GDPSApp/xor-cipher-python.git
3434
```
3535

3636
Or via cloning the repository:
3737

3838
```console
39-
$ git clone https://github.com/xor-cipher/xor-cipher.git
40-
$ cd xor-cipher
39+
$ git clone https://github.com/GDPSApp/xor-cipher-python.git
40+
$ cd xor-cipher-python
4141
$ pip install .
4242
```
4343

@@ -108,26 +108,26 @@ If you are interested in contributing to `xor-cipher`, make sure to take a look
108108

109109
`xor-cipher` is licensed under the MIT License terms. See [License][License] for details.
110110

111-
[Email]: mailto:[email protected]
111+
[Email]: mailto:[email protected]
112112

113-
[Actions]: https://github.com/xor-cipher/xor-cipher/actions
113+
[Actions]: https://github.com/GDPSApp/xor-cipher-python/actions
114114

115-
[Changelog]: https://github.com/xor-cipher/xor-cipher/blob/main/CHANGELOG.md
116-
[Code of Conduct]: https://github.com/xor-cipher/xor-cipher/blob/main/CODE_OF_CONDUCT.md
117-
[Contributing Guide]: https://github.com/xor-cipher/xor-cipher/blob/main/CONTRIBUTING.md
118-
[Security]: https://github.com/xor-cipher/xor-cipher/blob/main/SECURITY.md
115+
[Changelog]: https://github.com/GDPSApp/xor-cipher-python/blob/main/CHANGELOG.md
116+
[Code of Conduct]: https://github.com/GDPSApp/xor-cipher-python/blob/main/CODE_OF_CONDUCT.md
117+
[Contributing Guide]: https://github.com/GDPSApp/xor-cipher-python/blob/main/CONTRIBUTING.md
118+
[Security]: https://github.com/GDPSApp/xor-cipher-python/blob/main/SECURITY.md
119119

120-
[License]: https://github.com/xor-cipher/xor-cipher/blob/main/LICENSE
120+
[License]: https://github.com/GDPSApp/xor-cipher-python/blob/main/LICENSE
121121

122122
[Package]: https://pypi.org/project/xor-cipher
123-
[Coverage]: https://codecov.io/gh/xor-cipher/xor-cipher
123+
[Coverage]: https://codecov.io/gh/GDPSApp/xor-cipher-python
124124
[Documentation]: https://xor-cipher.github.io/xor-cipher
125125

126126
[License Badge]: https://img.shields.io/pypi/l/xor-cipher
127127
[Version Badge]: https://img.shields.io/pypi/v/xor-cipher
128128
[Downloads Badge]: https://img.shields.io/pypi/dm/xor-cipher
129129

130-
[Documentation Badge]: https://github.com/xor-cipher/xor-cipher/workflows/docs/badge.svg
131-
[Check Badge]: https://github.com/xor-cipher/xor-cipher/workflows/check/badge.svg
132-
[Test Badge]: https://github.com/xor-cipher/xor-cipher/workflows/test/badge.svg
133-
[Coverage Badge]: https://codecov.io/gh/xor-cipher/xor-cipher/branch/main/graph/badge.svg
130+
[Documentation Badge]: https://github.com/GDPSApp/xor-cipher-python/workflows/docs/badge.svg
131+
[Check Badge]: https://github.com/GDPSApp/xor-cipher-python/workflows/check/badge.svg
132+
[Test Badge]: https://github.com/GDPSApp/xor-cipher-python/workflows/test/badge.svg
133+
[Coverage Badge]: https://codecov.io/gh/GDPSApp/xor-cipher-python/branch/main/graph/badge.svg

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Thank you for taking the time to responsibly disclose any problems you find.
77
**Do not file public issues as they are open for everyone to see!**
88

99
All security vulnerabilities in `xor-cipher` should be reported by email
10-
to [security@nekit.dev][Security Email].
10+
to [security@gdps.app][Security Email].
1111
Your report will be acknowledged within 24 hours, and you will receive a more
1212
detailed response within 48 hours indicating the next steps in handling your report.
1313

@@ -106,7 +106,7 @@ pbmAGLbBB2TBok4=
106106

107107
This Security Policy is adapted from [Rust's Security Policy][Rust Security Policy].
108108

109-
[Security Email]: mailto:security@nekit.dev
110-
[Security Key]: https://nekit.dev/keys/security
109+
[Security Email]: mailto:security@gdps.app
110+
[Security Key]: https://gdps.app/static/keys/security.key
111111
[MIT Key Server]: https://pgp.mit.edu/pks/lookup?op=index&search=0x6AF9DDF87B37BBE6E83F5DF2B8F5B86F98F12F5E
112112
[Rust Security Policy]: https://rust-lang.org/policies/security

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
site_name: xor-cipher
2-
site_author: nekitdev
2+
site_author: GDPS App
33
site_description: Simple, reusable and optimized XOR ciphers in Python.
44

5-
repo_name: xor-cipher/xor-cipher
6-
repo_url: https://github.com/xor-cipher/xor-cipher
5+
repo_name: GDPSApp/xor-cipher-python
6+
repo_url: https://github.com/GDPS/xor-cipher-python
77

88
remote_branch: github-pages
99

pyproject.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "xor-cipher"
7-
version = "5.0.1"
7+
version = "5.0.2"
88
description = "Simple, reusable and optimized XOR ciphers in Python."
99
readme = "README.md"
1010
requires-python = ">= 3.9"
@@ -27,32 +27,32 @@ classifiers = [
2727
"Typing :: Typed",
2828
]
2929

30-
dependencies = ["xor-cipher-core >= 1.1.2"]
30+
dependencies = ["xor-cipher-core >= 1.2.0"]
3131

3232
[project.urls]
33-
Homepage = "https://github.com/xor-cipher/xor-cipher"
34-
Documentation = "https://xor-cipher.github.io/xor-cipher"
35-
Issues = "https://github.com/xor-cipher/xor-cipher/issues"
36-
Repository = "https://github.com/xor-cipher/xor-cipher"
33+
Homepage = "https://github.com/GDPSApp/xor-cipher-python"
34+
Documentation = "https://xor-cipher.gdps.app/"
35+
Issues = "https://github.com/GDPSApp/xor-cipher-python/issues"
36+
Repository = "https://github.com/GDPSApp/xor-cipher-python"
3737

3838
[[project.authors]]
39-
name = "nekitdev"
40-
39+
name = "GDPS App"
40+
4141

4242
[tool.uv]
4343
dev-dependencies = [
4444
# checks
45-
"ruff >= 0.8.4",
46-
"mypy >= 1.14.0",
45+
"ruff >= 0.11.13",
46+
"mypy >= 1.16.0",
4747
# tests
48-
"coverage >= 7.6.9",
49-
"pytest >= 8.3.4",
50-
"pytest-cov >= 6.0.0",
51-
"hypothesis >= 6.123.1",
48+
"coverage >= 7.9.0",
49+
"pytest >= 8.4.0",
50+
"pytest-cov >= 6.2.1",
51+
"hypothesis >= 6.135.9",
5252
# docs
5353
"mkdocs >= 1.6.1",
54-
"mkdocs-material >= 9.5.49",
55-
"mkdocstrings[python] >= 0.27.0",
54+
"mkdocs-material >= 9.6.14",
55+
"mkdocstrings[python] >= 0.29.1",
5656
# changelogs
5757
"changelogging >= 2.7.0",
5858
]
@@ -94,8 +94,8 @@ testpaths = ["tests"]
9494

9595
[tool.changelogging.context]
9696
name = "xor-cipher"
97-
version = "5.0.1"
98-
url = "https://github.com/xor-cipher/xor-cipher"
97+
version = "5.0.2"
98+
url = "https://github.com/GDPSApp/xor-cipher-python"
9999

100100
[tool.changelogging.formats]
101101
title = "[{{version}}]({{url}}/tree/v{{version}}) ({{date}})"

src/xor_cipher/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""Simple, reusable and optimized XOR ciphers in Python."""
22

33
__description__ = "Simple, reusable and optimized XOR ciphers in Python."
4-
__url__ = "https://github.com/xor-cipher/xor-cipher"
4+
__url__ = "https://github.com/GDPSApp/xor-cipher-python"
55

66
__title__ = "xor_cipher"
7-
__author__ = "nekitdev, RealistikDash"
7+
__author__ = "GDPS App"
88
__license__ = "MIT"
99
__version__ = "5.0.0"
1010

0 commit comments

Comments
 (0)