From d107848b451a34f0b76333c7ebfa0d5c227387a1 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Fri, 3 Apr 2026 03:00:33 -0400 Subject: [PATCH 01/11] update versions --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + CHANGELOG.md | 5 ++++- README.md | 4 ++-- SECURITY.md | 4 ++-- otherfiles/meta.yaml | 2 +- otherfiles/version_check.py | 2 +- reserver/params.py | 2 +- setup.py | 4 ++-- 8 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9e7e41b..2d0ca36 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -85,6 +85,7 @@ body: label: Reserver version description: Which version of Reserver are you using? options: + - Reserver 0.7 - Reserver 0.6 - Reserver 0.5 - Reserver 0.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c0023..7a1a4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.7] - 2026-04-06 ### Changed - `_run` function in `__main__.py` - `_parse_args` function in `__main__.py` @@ -83,7 +85,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Handle similar name existence in PyPI - Handle issue with "-" character `.egginfo` file name -[Unreleased]: https://github.com/openscilab/reserver/compare/v0.6...dev +[Unreleased]: https://github.com/openscilab/reserver/compare/v0.7...dev +[0.7]: https://github.com/openscilab/reserver/compare/v0.6...v0.7 [0.6]: https://github.com/openscilab/reserver/compare/v0.5...v0.6 [0.5]: https://github.com/openscilab/reserver/compare/v0.4...v0.5 [0.4]: https://github.com/openscilab/reserver/compare/v0.3...v0.4 diff --git a/README.md b/README.md index 0345e05..41c6e25 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ Reserver is an open source Python package that offers the ability to quickly ### PyPI - Check [Python Packaging User Guide](https://packaging.python.org/installing/) -- Run `pip install reserver==0.6` +- Run `pip install reserver==0.7` ### Source code -- Download [Version 0.6](https://github.com/openscilab/reserver/archive/v0.6.zip) or [Latest Source](https://github.com/openscilab/reserver/archive/dev.zip) +- Download [Version 0.7](https://github.com/openscilab/reserver/archive/v0.7.zip) or [Latest Source](https://github.com/openscilab/reserver/archive/dev.zip) - Run `pip install .` ## Usage diff --git a/SECURITY.md b/SECURITY.md index 3cc9683..7f45591 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------------- | ------------------ | -| 0.6 | :white_check_mark: | -| < 0.6 | :x: | +| 0.7 | :white_check_mark: | +| < 0.7 | :x: | ## Reporting a vulnerability diff --git a/otherfiles/meta.yaml b/otherfiles/meta.yaml index 72999d1..32e78e4 100644 --- a/otherfiles/meta.yaml +++ b/otherfiles/meta.yaml @@ -1,5 +1,5 @@ {% set name = "reserver" %} -{% set version = "0.6" %} +{% set version = "0.7" %} package: name: {{ name|lower }} diff --git a/otherfiles/version_check.py b/otherfiles/version_check.py index 8c35326..efac99c 100644 --- a/otherfiles/version_check.py +++ b/otherfiles/version_check.py @@ -4,7 +4,7 @@ import sys import codecs Failed = 0 -RESERVER_VERSION = "0.6" +RESERVER_VERSION = "0.7" SETUP_ITEMS = [ diff --git a/reserver/params.py b/reserver/params.py index f9a0521..d8bec1b 100644 --- a/reserver/params.py +++ b/reserver/params.py @@ -3,7 +3,7 @@ OVERVIEW = """ Reserver is an open source Python package that offers the ability to quickly reserve a PyPI package name. Got a notion? Before it's taken, immediately reserve the product name! """ -RESERVER_VERSION = "0.6" +RESERVER_VERSION = "0.7" RESERVER_NAME = "reserver" PACKAGE_PARAMETERS = { "description": "This name has been reserved using Reserver", diff --git a/setup.py b/setup.py index 1ac8aea..034171f 100644 --- a/setup.py +++ b/setup.py @@ -29,14 +29,14 @@ def read_description(): setup( name='reserver', packages=['reserver',], - version='0.6', + version='0.7', description='PyPI package name reserver', long_description=read_description(), long_description_content_type='text/markdown', author='Reserver Development Team', author_email='reserver@openscilab.com', url='https://github.com/openscilab/reserver', - download_url='https://github.com/openscilab/reserver/tarball/v0.6', + download_url='https://github.com/openscilab/reserver/tarball/v0.7', keywords="pypi pip package name reserve reserver reservation python", project_urls={ 'Source': 'https://github.com/openscilab/reserver', From 50463d0ceebc0302f0b97bbfa1603f04b8656f70 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sat, 23 May 2026 20:57:18 -0400 Subject: [PATCH 02/11] update version --- reserver/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reserver/params.py b/reserver/params.py index d8bec1b..29d6243 100644 --- a/reserver/params.py +++ b/reserver/params.py @@ -3,7 +3,7 @@ OVERVIEW = """ Reserver is an open source Python package that offers the ability to quickly reserve a PyPI package name. Got a notion? Before it's taken, immediately reserve the product name! """ -RESERVER_VERSION = "0.7" +RESERVER_VERSION = "0.8" RESERVER_NAME = "reserver" PACKAGE_PARAMETERS = { "description": "This name has been reserved using Reserver", From cb3c414fd417661e7da0e0e44588063746ff7bdd Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sat, 23 May 2026 20:57:26 -0400 Subject: [PATCH 03/11] update version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41c6e25..9dab631 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ Reserver is an open source Python package that offers the ability to quickly ### PyPI - Check [Python Packaging User Guide](https://packaging.python.org/installing/) -- Run `pip install reserver==0.7` +- Run `pip install reserver==0.8` ### Source code -- Download [Version 0.7](https://github.com/openscilab/reserver/archive/v0.7.zip) or [Latest Source](https://github.com/openscilab/reserver/archive/dev.zip) +- Download [Version 0.8](https://github.com/openscilab/reserver/archive/v0.8.zip) or [Latest Source](https://github.com/openscilab/reserver/archive/dev.zip) - Run `pip install .` ## Usage From 45e230e3db3f68bb8e3fab3bb3a93c8fec349d51 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sat, 23 May 2026 20:57:30 -0400 Subject: [PATCH 04/11] update version --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7f45591..4802d07 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------------- | ------------------ | -| 0.7 | :white_check_mark: | -| < 0.7 | :x: | +| 0.8 | :white_check_mark: | +| < 0.8 | :x: | ## Reporting a vulnerability From b35cdea95e6aa6074232b78a5a04df87cb45f67d Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sat, 23 May 2026 20:57:45 -0400 Subject: [PATCH 05/11] update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 034171f..8483441 100644 --- a/setup.py +++ b/setup.py @@ -29,14 +29,14 @@ def read_description(): setup( name='reserver', packages=['reserver',], - version='0.7', + version='0.8', description='PyPI package name reserver', long_description=read_description(), long_description_content_type='text/markdown', author='Reserver Development Team', author_email='reserver@openscilab.com', url='https://github.com/openscilab/reserver', - download_url='https://github.com/openscilab/reserver/tarball/v0.7', + download_url='https://github.com/openscilab/reserver/tarball/v0.8', keywords="pypi pip package name reserve reserver reservation python", project_urls={ 'Source': 'https://github.com/openscilab/reserver', From 317512e4c951c069e43aa25e11e028827b6c2ffc Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sat, 23 May 2026 20:57:51 -0400 Subject: [PATCH 06/11] update version --- otherfiles/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherfiles/meta.yaml b/otherfiles/meta.yaml index 32e78e4..b3eb35d 100644 --- a/otherfiles/meta.yaml +++ b/otherfiles/meta.yaml @@ -1,5 +1,5 @@ {% set name = "reserver" %} -{% set version = "0.7" %} +{% set version = "0.8" %} package: name: {{ name|lower }} From ed37af6ed2b9493dd73e4ae2eb863e8ad1d96965 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sat, 23 May 2026 20:57:55 -0400 Subject: [PATCH 07/11] update version --- otherfiles/version_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherfiles/version_check.py b/otherfiles/version_check.py index efac99c..994bf1d 100644 --- a/otherfiles/version_check.py +++ b/otherfiles/version_check.py @@ -4,7 +4,7 @@ import sys import codecs Failed = 0 -RESERVER_VERSION = "0.7" +RESERVER_VERSION = "0.8" SETUP_ITEMS = [ From 50cfca7436536558fd76039230fbb9985f17206c Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sat, 23 May 2026 20:59:08 -0400 Subject: [PATCH 08/11] `CHANGELOG.md` updated --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a1a4ba..1ffd475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] - +## [0.8] - 2026-05-27 +### Changed +- `upload` method in `uploader.py` +- `__init__` method in `uploader.py` +- `generate_template_pyproject_toml` function in `functions.py` +- `generate_template_setup_py` function in `functions.py` +- Test system modified ## [0.7] - 2026-04-06 ### Changed - `_run` function in `__main__.py` @@ -85,7 +91,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Handle similar name existence in PyPI - Handle issue with "-" character `.egginfo` file name -[Unreleased]: https://github.com/openscilab/reserver/compare/v0.7...dev +[Unreleased]: https://github.com/openscilab/reserver/compare/v0.8...dev +[0.8]: https://github.com/openscilab/reserver/compare/v0.7...v0.8 [0.7]: https://github.com/openscilab/reserver/compare/v0.6...v0.7 [0.6]: https://github.com/openscilab/reserver/compare/v0.5...v0.6 [0.5]: https://github.com/openscilab/reserver/compare/v0.4...v0.5 From f3605d52fb387f9f44bead5feb56706ead3215e1 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sat, 23 May 2026 21:06:57 -0400 Subject: [PATCH 09/11] add version --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2d0ca36..d443f20 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -85,6 +85,7 @@ body: label: Reserver version description: Which version of Reserver are you using? options: + - Reserver 0.8 - Reserver 0.7 - Reserver 0.6 - Reserver 0.5 From 51270c41846e4f2a7372d862c073abffedcd9b3c Mon Sep 17 00:00:00 2001 From: AHReccese Date: Sat, 23 May 2026 21:07:11 -0400 Subject: [PATCH 10/11] remove extra blank line --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aadda1..b7f3f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,7 +99,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Handle similar name existence in PyPI - Handle issue with "-" character `.egginfo` file name - [Unreleased]: https://github.com/openscilab/reserver/compare/v0.8...dev [0.8]: https://github.com/openscilab/reserver/compare/v0.7...v0.8 [0.7]: https://github.com/openscilab/reserver/compare/v0.6...v0.7 From 54b1d23eddb9eff8304e59fd3e37a86e4258c032 Mon Sep 17 00:00:00 2001 From: Amirhossein Rostami Date: Sun, 24 May 2026 11:32:43 -0400 Subject: [PATCH 11/11] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f3f5b..be07abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `generate_template_pyproject_toml` function in `functions.py` - `generate_template_setup_py` function in `functions.py` - Test system modified -## [0.7] - 2026-04-06 +## [0.7] - 2026-04-03 ### Changed - `generate_template_setup_py` function in `reserver/functions.py` - `generate_template_pyproject_toml` function in `reserver/functions.py`