This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 1d0f1bc72a475ce82fac0b1c701b77bcd1e51d3e (commit)
via 5347ce559a2dc11f4ca190e5291b22e0b5beecbb (commit)
via bd1459096795e5ce5f4c31c2ce10955aba44fac1 (commit)
from d85fd1c45bc700cd1233afb34d124c75be538847 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/1d0f1bc72a475ce82fac0b1c701b77bcd1e51d3e
commit 1d0f1bc72a475ce82fac0b1c701b77bcd1e51d3e
Author: Oleg Broytman <ph...@ph...>
Date: Thu Dec 22 19:29:48 2022 +0300
Build: Prepare for the next release
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 8f84a2d..0040aed 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,34 +1,25 @@
Hello!
-I'm pleased to announce version 3.10.1, the first minor feature release of
-branch 3.10 of SQLObject.
+I'm pleased to announce version 3.10.2a1, the first alpha of the upcoming
+release of branch 3.10 of SQLObject.
+I'm pleased to announce version 3.10.2a2, the second alpha of the upcoming
+release of branch 3.10 of SQLObject.
-What's new in SQLObject
-=======================
-
-Minor features
---------------
-
-* Use ``module_loader.exec_module(module_loader.create_module())``
- instead of ``module_loader.load_module()`` when available.
+I'm pleased to announce version 3.10.2b1, the first beta of the upcoming
+release of branch 3.10 of SQLObject.
-Drivers
--------
+I'm pleased to announce version 3.10.2rc1, the first release candidate
+of the upcoming release of branch 3.10 of SQLObject.
-* Added ``mysql-connector-python``.
+I'm pleased to announce version 3.10.2, the first bugfix release of branch
+3.10 of SQLObject.
-Tests
------
-* Run tests with Python 3.11.
-
-CI
---
+What's new in SQLObject
+=======================
-* Ubuntu >= 22 and ``setup-python`` dropped Pythons < 3.7.
- Use ``conda`` via ``s-weigand/setup-conda`` instead of ``setup-python``
- to install older Pythons on Linux.
+Contributors for this release are
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -60,7 +51,7 @@ Site:
http://sqlobject.org
Download:
-https://pypi.org/project/SQLObject/3.10.1
+https://pypi.org/project/SQLObject/3.10.2a0.dev20221222/
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 8fb170f..3896cef 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-SQLObject 3.10.1
-================
+SQLObject 3.10.2a0
+==================
SQLObject is a free and open-source (LGPL) Python object-relational
mapper. Your database tables are described as classes, and rows are
diff --git a/docs/News.rst b/docs/News.rst
index 68b4368..36c0229 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,6 +5,9 @@ News
.. contents:: Contents:
:backlinks: none
+SQLObject (master)
+==================
+
SQLObject 3.10.1
================
http://sourceforge.net/p/sqlobject/sqlobject/ci/5347ce559a2dc11f4ca190e5291b22e0b5beecbb
commit 5347ce559a2dc11f4ca190e5291b22e0b5beecbb
Author: Oleg Broytman <ph...@ph...>
Date: Thu Dec 22 19:22:18 2022 +0300
Release 3.10.1
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 4082821..8f84a2d 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,25 +1,34 @@
Hello!
-I'm pleased to announce version 3.10.1a1, the first alpha of the upcoming
-release of branch 3.10 of SQLObject.
+I'm pleased to announce version 3.10.1, the first minor feature release of
+branch 3.10 of SQLObject.
-I'm pleased to announce version 3.10.1a2, the second alpha of the upcoming
-release of branch 3.10 of SQLObject.
-I'm pleased to announce version 3.10.1b1, the first beta of the upcoming
-release of branch 3.10 of SQLObject.
+What's new in SQLObject
+=======================
-I'm pleased to announce version 3.10.1rc1, the first release candidate
-of the upcoming release of branch 3.10 of SQLObject.
+Minor features
+--------------
-I'm pleased to announce version 3.10.1, the first bugfix release of branch
-3.10 of SQLObject.
+* Use ``module_loader.exec_module(module_loader.create_module())``
+ instead of ``module_loader.load_module()`` when available.
+Drivers
+-------
-What's new in SQLObject
-=======================
+* Added ``mysql-connector-python``.
+
+Tests
+-----
+
+* Run tests with Python 3.11.
+
+CI
+--
-Contributors for this release are
+* Ubuntu >= 22 and ``setup-python`` dropped Pythons < 3.7.
+ Use ``conda`` via ``s-weigand/setup-conda`` instead of ``setup-python``
+ to install older Pythons on Linux.
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -51,7 +60,7 @@ Site:
http://sqlobject.org
Download:
-https://pypi.org/project/SQLObject/3.10.1a0.dev20221020/
+https://pypi.org/project/SQLObject/3.10.1
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 8c31039..8fb170f 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-SQLObject 3.10.1a0
-==================
+SQLObject 3.10.1
+================
SQLObject is a free and open-source (LGPL) Python object-relational
mapper. Your database tables are described as classes, and rows are
diff --git a/devscripts/build-all-docs b/devscripts/build-all-docs
index 8942edb..8da2c52 100755
--- a/devscripts/build-all-docs
+++ b/devscripts/build-all-docs
@@ -10,7 +10,7 @@ cd "`dirname \"$0\"`" &&
PROG_DIR="`pwd`" &&
cd .. &&
-build_docs 3.10.0 &&
+build_docs 3.10.1 &&
build_docs master devel &&
rm -rf docs/html &&
diff --git a/docs/News.rst b/docs/News.rst
index c9d65c9..68b4368 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,8 +5,8 @@ News
.. contents:: Contents:
:backlinks: none
-SQLObject (master)
-==================
+SQLObject 3.10.1
+================
Minor features
--------------
diff --git a/sqlobject/__version__.py b/sqlobject/__version__.py
index e01c255..7753d96 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '3.10.0'
+version = '3.10.1'
major = 3
minor = 10
-micro = 0
+micro = 1
release_level = 'final'
serial = 0
version_info = (major, minor, micro, release_level, serial)
http://sourceforge.net/p/sqlobject/sqlobject/ci/bd1459096795e5ce5f4c31c2ce10955aba44fac1
commit bd1459096795e5ce5f4c31c2ce10955aba44fac1
Author: Oleg Broytman <ph...@ph...>
Date: Thu Dec 22 19:18:57 2022 +0300
Build(RELEASE-CHECKLIST): Minor update
[skip ci]
diff --git a/devscripts/RELEASE-CHECKLIST b/devscripts/RELEASE-CHECKLIST
index f47ec41..91d4703 100644
--- a/devscripts/RELEASE-CHECKLIST
+++ b/devscripts/RELEASE-CHECKLIST
@@ -1,54 +1,48 @@
0. Run full test suite in all branches and in master. Continue if all
tests passed.
-1. Check out the release branch. If it is a stable release - edit
- docs/News.rst to set release date. Commit.
-
-2. If release branch is not master - run devscripts/prerelease $NEW_TAG; if
+1. If release branch is not master - run devscripts/prerelease $NEW_TAG; if
it's master - run devscripts/prerelease $NEW_TAG master.
- The script checks out the release branch and calls editor; update
- version, the list of contributors, the list of changes and download
- URL in ANNOUNCE.rst; edit __version__.py and README.rst in the release
- branch - fix versions. Edit section [egg_info] in setup.cfg - set if
- it is a stable or development release. In setup.py edit "Development
- Status" in trove classifiers; edit download URLs: if a non-stable
- version - append 'dev' and date stamp, for a stable version remove
- 'dev' and date stamp).
-
- If it's the first stable release of the branch - edit build-all-docs,
- advance stable branch.
-
- Commit. Verify.
+ The script checks out the release branch and calls editor; if it's the
+ first stable release of the branch - edit build-all-docs, advance stable
+ branch; if it is a stable release - edit docs/News.rst to set release
+ date; update version, the list of contributors, the list of changes and
+ download URL in ANNOUNCE.rst; edit __version__.py and README.rst in the
+ release branch - fix versions. Edit section [egg_info] in setup.cfg -
+ set if it is a stable or development release. In setup.py edit
+ "Development Status" in trove classifiers; edit download URLs: if a
+ non-stable version - append 'dev' and date stamp, for a stable version
+ remove 'dev' and date stamp). Commit. Verify.
-3. If it's not master - null-merge to the next higher branch.
+2. If it's not master - null-merge to the next higher branch.
-4. If release branch is not master - run devscripts/prerelease-tag
+3. If release branch is not master - run devscripts/prerelease-tag
$NEW_TAG; if it's master - run devscripts/prerelease-tag $NEW_TAG
master. This checks out the release branch and creates the new tag at
the head of the release branch.
-5. Run devscripts/release. This generates and uploads new archives to PyPI
+4. Run devscripts/release. This generates and uploads new archives to PyPI
and if it is a stable release - uploads archives and release
announcement (ANNOUNCE.rst) to SourceForge.
-6. Move old releases at SourceForge to subdirectory OldFiles.
+5. Move old releases at SourceForge to subdirectory OldFiles.
-7. Run devscripts/postrelease. The script restores ANNOUNCE.rst and
+6. Run devscripts/postrelease. The script restores ANNOUNCE.rst and
setup.cfg from the previous commit (HEAD~). It calls editor; update next
version, remove the list of contributors and the list of changes, edit
download URL in ANNOUNCE.rst. Edit README.rst and docs/News.rst - add
new version.
-8. Run devscripts/push-all in the development repository to push all
+7. Run devscripts/push-all in the development repository to push all
branches and tags to the public repositories.
-9. Generate new docs using devscripts/build-all-docs. Upload docs using
+8. Generate new docs using devscripts/build-all-docs. Upload docs using
devscripts/publish-docs.
-10. Send announcement to the SQLObject mailing list. For a stable
- release send announcements to python, python-announce and python-db
- mailing lists.
+9. Send announcement to the SQLObject mailing list. For a stable
+ release send announcements to python, python-announce and python-db
+ mailing lists.
10. Announce new release(s) at Twitter (https://twitter.com/SQLObject) and
Wikipedia (https://en.wikipedia.org/wiki/SQLObject). If it is a stable
-----------------------------------------------------------------------
Summary of changes:
ANNOUNCE.rst | 12 +++++------
README.rst | 2 +-
devscripts/RELEASE-CHECKLIST | 48 +++++++++++++++++++-------------------------
devscripts/build-all-docs | 2 +-
docs/News.rst | 3 +++
sqlobject/__version__.py | 4 ++--
6 files changed, 34 insertions(+), 37 deletions(-)
hooks/post-receive
--
SQLObject development repository
|