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 500a70b21b62956202aeea8059e2a17889a2a919 (commit)
via 0ead85f0d058a4e0ada04f80bd41cc942a5f18df (commit)
via 784592927509ebc7365227cba4366e0aef54463b (commit)
via a6a9cac105522ee8781dd6a67626590912419ba0 (commit)
via fcb25a4b17af178c4980f200fe33ab6a15c2e5a2 (commit)
via 3e265f765ea2395cc4b66834aca47bf6e33c1412 (commit)
via fd927abafd29bb6261d2603b73b3fefcb8efdbec (commit)
via e4d9aadd81a703877161537a757839b9ef708221 (commit)
via 7ebf297f6e1bbcaec2cf58fd4b859d2d78f0ef7e (commit)
via 60b8683d88cdd59d18ff7c74e38c94948fa19b8f (commit)
via 7f7c368ec8fc72a4e527aab0df9c5e6ddb8d82f8 (commit)
via 7a114b78a43c5f3c19df7f0299347b4d651727f5 (commit)
via 32c1ce111d56025594083a8c8889994f205acc9c (commit)
via 8bae132a9f988e06cbf9f21116182dfd2215ea69 (commit)
via d16586274a3834e651f4c5715d8143ba27956f6a (commit)
via 44e92542e66b985adec84c96387446483f880037 (commit)
via 321ba16a6deb93285c43913ed60d971e4d8897de (commit)
via 5b3832184e19308c3712d9393eb7540e74dab8ed (commit)
from bfcc0f135bb0008692bf57ad3e31e8aeb08b8c8a (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/500a70b21b62956202aeea8059e2a17889a2a919
commit 500a70b21b62956202aeea8059e2a17889a2a919
Author: Oleg Broytman <ph...@ph...>
Date: Fri Dec 20 15:36:21 2024 +0300
Build: Prepare for the next release
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 0ebac76..8fb113f 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,6 +1,18 @@
Hello!
-I'm pleased to announce version 3.12.0, the release of branch
+I'm pleased to announce version 3.12.1a1, the first alpha of the upcoming
+release of branch 3.12 of SQLObject.
+
+I'm pleased to announce version 3.12.1a2, the second alpha of the upcoming
+release of branch 3.12 of SQLObject.
+
+I'm pleased to announce version 3.12.1b1, the first beta of the upcoming
+release of branch 3.12 of SQLObject.
+
+I'm pleased to announce version 3.12.1rc1, the first release candidate
+of the upcoming release of branch 3.12 of SQLObject.
+
+I'm pleased to announce version 3.12.1, the first bugfix release of branch
3.12 of SQLObject.
@@ -40,7 +52,7 @@ Site:
http://sqlobject.org
Download:
-https://pypi.org/project/SQLObject/3.12.0
+https://pypi.org/project/SQLObject/3.12.1a0.dev20241220/
News and changes:
http://sqlobject.org/News.html
diff --git a/docs/News.rst b/docs/News.rst
index 86c1914..030a651 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,6 +5,9 @@ News
.. contents:: Contents:
:backlinks: none
+SQLObject (master)
+==================
+
SQLObject 3.12.0
================
diff --git a/setup.cfg b/setup.cfg
index 43bae0f..461bc50 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,11 @@ universal = 1
[easy_install]
optimize = 2
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+
[flake8]
exclude = .git,.tox,docs/europython/*.py
# E305: expected 2 blank lines after class or function definition, found 1
diff --git a/setup.py b/setup.py
index 52811dc..9f5bea0 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ and `GitHub <https://github.com/sqlobject>`_.
""", # noqa: E501 line too long
long_description_content_type="text/x-rst",
classifiers=[
- "Development Status :: 5 - Production/Stable",
+ "Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: "
"GNU Library or Lesser General Public License (LGPL)",
http://sourceforge.net/p/sqlobject/sqlobject/ci/0ead85f0d058a4e0ada04f80bd41cc942a5f18df
commit 0ead85f0d058a4e0ada04f80bd41cc942a5f18df
Author: Oleg Broytman <ph...@ph...>
Date: Fri Dec 20 15:16:34 2024 +0300
Release 3.12.0
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 92e7248..0ebac76 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,18 +1,6 @@
Hello!
-I'm pleased to announce version 3.12.1a1, the first alpha of the upcoming
-release of branch 3.12 of SQLObject.
-
-I'm pleased to announce version 3.12.1a2, the second alpha of the upcoming
-release of branch 3.12 of SQLObject.
-
-I'm pleased to announce version 3.12.1b1, the first beta of the upcoming
-release of branch 3.12 of SQLObject.
-
-I'm pleased to announce version 3.12.1rc1, the first release candidate
-of the upcoming release of branch 3.12 of SQLObject.
-
-I'm pleased to announce version 3.12.1, the first bugfix release of branch
+I'm pleased to announce version 3.12.0, the release of branch
3.12 of SQLObject.
@@ -52,7 +40,7 @@ Site:
http://sqlobject.org
Download:
-https://pypi.org/project/SQLObject/3.12.1a0.dev20241218/
+https://pypi.org/project/SQLObject/3.12.0
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 7ed8189..980aae8 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-SQLObject 3.12.0b1
-==================
+SQLObject 3.12.0
+================
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 63d78c2..648f2f1 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.11.0 &&
+build_docs 3.12.0 &&
build_docs master devel &&
rm -rf docs/html &&
diff --git a/docs/News.rst b/docs/News.rst
index c90ef06..86c1914 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,8 +5,10 @@ News
.. contents:: Contents:
:backlinks: none
-SQLObject 3.12.0b1
-==================
+SQLObject 3.12.0
+================
+
+Released 2024 Dec 20.
Drivers
-------
diff --git a/setup.cfg b/setup.cfg
index 461bc50..43bae0f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,11 +4,6 @@ universal = 1
[easy_install]
optimize = 2
-[egg_info]
-tag_build =
-tag_date = 0
-tag_svn_revision = 0
-
[flake8]
exclude = .git,.tox,docs/europython/*.py
# E305: expected 2 blank lines after class or function definition, found 1
diff --git a/setup.py b/setup.py
index 9f5bea0..52811dc 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ and `GitHub <https://github.com/sqlobject>`_.
""", # noqa: E501 line too long
long_description_content_type="text/x-rst",
classifiers=[
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: "
"GNU Library or Lesser General Public License (LGPL)",
diff --git a/sqlobject/__version__.py b/sqlobject/__version__.py
index d38b704..767a40e 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '3.12.0b1'
+version = '3.12.0'
major = 3
minor = 12
micro = 0
-release_level = 'beta'
-serial = 1
+release_level = 'final'
+serial = 0
version_info = (major, minor, micro, release_level, serial)
http://sourceforge.net/p/sqlobject/sqlobject/ci/784592927509ebc7365227cba4366e0aef54463b
commit 784592927509ebc7365227cba4366e0aef54463b
Author: Oleg Broytman <ph...@ph...>
Date: Thu Dec 19 17:02:52 2024 +0300
Build(devscripts/release): Check if sdist is (not) PEP-625 compatible
[skip ci]
diff --git a/devscripts/release b/devscripts/release
index cb4ce22..f5a2e57 100755
--- a/devscripts/release
+++ b/devscripts/release
@@ -24,9 +24,11 @@ if [ "$state" = final ]; then
devscripts/sftp-frs
fi &&
-cd dist &&
-mv SQLObject-$version.tar.gz sqlobject-$version.tar.gz &&
-cd .. &&
+if [ -f dist/SQLObject-$version.tar.gz ]; then
+ cd dist &&
+ mv SQLObject-$version.tar.gz sqlobject-$version.tar.gz &&
+ cd ..
+fi &&
twine upload --disable-progress-bar --skip-existing dist/* &&
exec rm -rf build dist docs/html SQLObject.egg-info
http://sourceforge.net/p/sqlobject/sqlobject/ci/a6a9cac105522ee8781dd6a67626590912419ba0
commit a6a9cac105522ee8781dd6a67626590912419ba0
Author: Oleg Broytman <ph...@ph...>
Date: Wed Dec 18 15:06:37 2024 +0300
Build(devscripts/prerelease): For prerelease do not edit `build-all-docs`
For alpha/beta versions do not change stable version docs.
[skip ci]
diff --git a/devscripts/prerelease b/devscripts/prerelease
index 53e8956..7fe520d 100755
--- a/devscripts/prerelease
+++ b/devscripts/prerelease
@@ -40,5 +40,9 @@ else
fi &&
sed -Ei "s/Development Status :: .+\",\$/Development Status :: $trove_cls\",/" setup.py &&
-`git var GIT_EDITOR` devscripts/build-all-docs docs/News.rst ANNOUNCE.rst sqlobject/__version__.py README.rst setup.cfg setup.py &&
+if [ "$state" = final -o "$state" = post ]; then
+ dbad=devscripts/build-all-docs
+fi &&
+
+`git var GIT_EDITOR` $dbad docs/News.rst ANNOUNCE.rst sqlobject/__version__.py README.rst setup.cfg setup.py &&
exec git commit --message="Release $tag" devscripts/build-all-docs docs/News.rst ANNOUNCE.rst sqlobject/__version__.py README.rst setup.cfg setup.py
http://sourceforge.net/p/sqlobject/sqlobject/ci/fcb25a4b17af178c4980f200fe33ab6a15c2e5a2
commit fcb25a4b17af178c4980f200fe33ab6a15c2e5a2
Author: Oleg Broytman <ph...@ph...>
Date: Wed Dec 18 14:51:51 2024 +0300
Build(devscripts/postrelease): Commit `setup.py`
[skip ci]
diff --git a/devscripts/postrelease b/devscripts/postrelease
index 246e9e3..a799b55 100755
--- a/devscripts/postrelease
+++ b/devscripts/postrelease
@@ -6,4 +6,4 @@ trove_cls='3 - Alpha' &&
sed -Ei "s/Development Status :: .+\",\$/Development Status :: $trove_cls\",/" setup.py &&
`git var GIT_EDITOR` ANNOUNCE.rst setup.cfg README.rst docs/News.rst &&
-exec git commit --message="Build: Prepare for the next release" --message="[skip ci]" ANNOUNCE.rst setup.cfg README.rst docs/News.rst
+exec git commit --message="Build: Prepare for the next release" --message="[skip ci]" ANNOUNCE.rst setup.cfg README.rst docs/News.rst setup.py
http://sourceforge.net/p/sqlobject/sqlobject/ci/3e265f765ea2395cc4b66834aca47bf6e33c1412
commit 3e265f765ea2395cc4b66834aca47bf6e33c1412
Author: Oleg Broytman <ph...@ph...>
Date: Wed Dec 18 14:50:12 2024 +0300
Build: Prepare for the next release
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 9528f2e..92e7248 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,48 +1,26 @@
Hello!
-I'm pleased to announce version 3.12.0b1, the first beta of the upcoming
+I'm pleased to announce version 3.12.1a1, the first alpha of the upcoming
release of branch 3.12 of SQLObject.
+I'm pleased to announce version 3.12.1a2, the second alpha of the upcoming
+release of branch 3.12 of SQLObject.
-What's new in SQLObject
-=======================
-
-Drivers
--------
-
-* Add support for CyMySQL; there're some problems with unicode yet.
-
-* Separate ``psycopg`` and ``psycopg2``;
- ``psycopg`` is actually ``psycopg3`` now; not all tests pass.
-
-* Minor fix in getting error code from PyGreSQL.
-
-* Dropped ``oursql``. It wasn't updated in years.
-
-* Dropped ``PySQLite2``. Only builtin ``sqlite3`` is supported.
-
-Tests
------
-
-* Run tests with Python 3.13.
-
-* Run tests with ``psycopg-c``; not all tests pass.
-
-* Fix ``test_exceptions.py`` under MariaDB, PostgreSQL and SQLite.
+I'm pleased to announce version 3.12.1b1, the first beta of the upcoming
+release of branch 3.12 of SQLObject.
-* ``py-postgres``: Set ``sslmode`` to ``allow``;
- upstream changed default to ``prefer``.
+I'm pleased to announce version 3.12.1rc1, the first release candidate
+of the upcoming release of branch 3.12 of SQLObject.
-CI
---
+I'm pleased to announce version 3.12.1, the first bugfix release of branch
+3.12 of SQLObject.
-* Run tests with ``PyGreSQL`` on w32, do not ignore errors.
-* Skip tests with ``pg8000`` on w32.
+What's new in SQLObject
+=======================
-* GHActions: Switch to ``setup-miniconda``.
+The contributors for this release are ... Thanks!
-* GHActions: Python 3.13.
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -74,7 +52,7 @@ Site:
http://sqlobject.org
Download:
-https://pypi.org/project/SQLObject/3.12.0b1
+https://pypi.org/project/SQLObject/3.12.1a0.dev20241218/
News and changes:
http://sqlobject.org/News.html
diff --git a/setup.cfg b/setup.cfg
index 43bae0f..461bc50 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,11 @@ universal = 1
[easy_install]
optimize = 2
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+
[flake8]
exclude = .git,.tox,docs/europython/*.py
# E305: expected 2 blank lines after class or function definition, found 1
diff --git a/setup.py b/setup.py
index 1a755e6..9f5bea0 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ and `GitHub <https://github.com/sqlobject>`_.
""", # noqa: E501 line too long
long_description_content_type="text/x-rst",
classifiers=[
- "Development Status :: 4 - Beta",
+ "Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: "
"GNU Library or Lesser General Public License (LGPL)",
http://sourceforge.net/p/sqlobject/sqlobject/ci/fd927abafd29bb6261d2603b73b3fefcb8efdbec
commit fd927abafd29bb6261d2603b73b3fefcb8efdbec
Author: Oleg Broytman <ph...@ph...>
Date: Wed Dec 18 14:43:51 2024 +0300
Release 3.12.0b1
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 404614f..9528f2e 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,26 +1,48 @@
Hello!
-I'm pleased to announce version 3.11.1a1, the first alpha of the upcoming
-release of branch 3.11 of SQLObject.
+I'm pleased to announce version 3.12.0b1, the first beta of the upcoming
+release of branch 3.12 of SQLObject.
-I'm pleased to announce version 3.11.1a2, the second alpha of the upcoming
-release of branch 3.11 of SQLObject.
-I'm pleased to announce version 3.11.1b1, the first beta of the upcoming
-release of branch 3.11 of SQLObject.
+What's new in SQLObject
+=======================
-I'm pleased to announce version 3.11.1rc1, the first release candidate
-of the upcoming release of branch 3.11 of SQLObject.
+Drivers
+-------
-I'm pleased to announce version 3.11.1, the first bugfix release of branch
-3.11 of SQLObject.
+* Add support for CyMySQL; there're some problems with unicode yet.
+* Separate ``psycopg`` and ``psycopg2``;
+ ``psycopg`` is actually ``psycopg3`` now; not all tests pass.
-What's new in SQLObject
-=======================
+* Minor fix in getting error code from PyGreSQL.
+
+* Dropped ``oursql``. It wasn't updated in years.
+
+* Dropped ``PySQLite2``. Only builtin ``sqlite3`` is supported.
+
+Tests
+-----
+
+* Run tests with Python 3.13.
+
+* Run tests with ``psycopg-c``; not all tests pass.
+
+* Fix ``test_exceptions.py`` under MariaDB, PostgreSQL and SQLite.
+
+* ``py-postgres``: Set ``sslmode`` to ``allow``;
+ upstream changed default to ``prefer``.
+
+CI
+--
+
+* Run tests with ``PyGreSQL`` on w32, do not ignore errors.
+
+* Skip tests with ``pg8000`` on w32.
... 1311 lines suppressed ...
hooks/post-receive
--
SQLObject development repository
|