From e5ea2f981d10629395a34b1e912308a7eb55fa70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:35:41 +0000 Subject: [PATCH 1/2] Bump setuptools from 69.1.1 to 69.2.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 69.1.1 to 69.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.1.1...v69.2.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ed4111..f91b360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ country_converter==1.2 Pillow==10.2.0 pystray==0.19.5 requests==2.31.0 -setuptools==69.1.1 \ No newline at end of file +setuptools==69.2.0 \ No newline at end of file From cc5a713bc3defbde20dd74676903f88234e4972a Mon Sep 17 00:00:00 2001 From: Andreas Violaris <48277853+aviolaris@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:49:14 +0200 Subject: [PATCH 2/2] Archive repository --- README.md | 6 +++++- setup.py | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 938af6a..7563707 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +### 🛑 This project is archived 🛑 + +As of March 1, 2024, the NordVPN API endpoints utilized in this project have been discontinued, rendering this project non-functional. This decision was made by NordVPN as part of its ongoing efforts to enhance infrastructure and improve security measures. [Show more...](https://support.nordvpn.com/hc/en-us/articles/21586950310801-Discontinuation-of-the-legacy-API-endpoints-on-NordVPN) + # NordVPN Tray ### A cross-platform system tray application for interacting with Nord VPN. @@ -76,4 +80,4 @@ Pull requests and issues are welcome. This project is licensed under the GNU General Public License v3.0. -See the [LICENSE](https://github.com/aviolaris/nordvpn-tray/blob/master/LICENSE) file for details. \ No newline at end of file +See the [LICENSE](https://github.com/aviolaris/nordvpn-tray/blob/main/LICENSE) file for details. \ No newline at end of file diff --git a/setup.py b/setup.py index fbac7ef..ec6e971 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='nordvpn-tray', - version='1.0.11', + version='1.0.12', packages=find_namespace_packages(where="src"), package_dir={"": "src"}, package_data={ @@ -49,7 +49,7 @@ ], }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 7 - Inactive', 'Intended Audience :: End Users/Desktop', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux',