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 ff8635d69d2ae8d0b78308bdb952ff0775be502b (commit)
via 0db3eeeab3c3837d5491481e0bf9b7538985cdd7 (commit)
via 3f2b254f9a6616d8a778423472e4378fd07ec061 (commit)
from 500a70b21b62956202aeea8059e2a17889a2a919 (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/ff8635d69d2ae8d0b78308bdb952ff0775be502b
commit ff8635d69d2ae8d0b78308bdb952ff0775be502b
Author: Oleg Broytman <ph...@ph...>
Date: Fri Dec 20 17:58:22 2024 +0300
Build: Prepare for the next release
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index d4c5e73..8fb113f 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,53 +1,25 @@
Hello!
-I'm pleased to announce version 3.12.0.post1, the first post-release
-of release 3.12.0 of branch 3.12 of SQLObject.
+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
------
+I'm pleased to announce version 3.12.1b1, the first beta of the upcoming
+release of branch 3.12 of SQLObject.
-* Run tests with Python 3.13.
+I'm pleased to announce version 3.12.1rc1, the first release candidate
+of the upcoming release of branch 3.12 of SQLObject.
-* Run tests with ``psycopg-c``; not all tests pass.
+I'm pleased to announce version 3.12.1, the first bugfix release of branch
+3.12 of SQLObject.
-* 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.
-
-* GHActions: Switch to ``setup-miniconda``.
-
-* GHActions: Python 3.13.
-
-Build/release
--------------
+What's new in SQLObject
+=======================
-* Release only sdist: wheels do not allow direct links for dependencies.
+The contributors for this release are ... Thanks!
For a more complete list, please see the news:
@@ -80,7 +52,7 @@ Site:
http://sqlobject.org
Download:
-https://pypi.org/project/SQLObject/3.12.0.post1
+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 82efe92..02e18c1 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,6 +5,9 @@ News
.. contents:: Contents:
:backlinks: none
+SQLObject (master)
+==================
+
SQLObject 3.12.0.post1
======================
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/0db3eeeab3c3837d5491481e0bf9b7538985cdd7
commit 0db3eeeab3c3837d5491481e0bf9b7538985cdd7
Author: Oleg Broytman <ph...@ph...>
Date: Fri Dec 20 17:29:10 2024 +0300
Release 3.12.0.post1
[skip ci]
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 8fb113f..d4c5e73 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,25 +1,53 @@
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.0.post1, the first post-release
+of release 3.12.0 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.
+What's new in SQLObject
+=======================
-I'm pleased to announce version 3.12.1rc1, the first release candidate
-of the upcoming release of branch 3.12 of SQLObject.
+Drivers
+-------
-I'm pleased to announce version 3.12.1, the first bugfix release of branch
-3.12 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.
+
+* GHActions: Switch to ``setup-miniconda``.
+
+* GHActions: Python 3.13.
+
+Build/release
+-------------
-The contributors for this release are ... Thanks!
+* Release only sdist: wheels do not allow direct links for dependencies.
For a more complete list, please see the news:
@@ -52,7 +80,7 @@ Site:
http://sqlobject.org
Download:
-https://pypi.org/project/SQLObject/3.12.1a0.dev20241220/
+https://pypi.org/project/SQLObject/3.12.0.post1
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 980aae8..c50fd2e 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-SQLObject 3.12.0
-================
+SQLObject 3.12.0.post1
+======================
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 648f2f1..869a350 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.12.0 &&
+build_docs 3.12.0.post1 &&
build_docs master devel &&
rm -rf docs/html &&
diff --git a/docs/News.rst b/docs/News.rst
index 2cabf57..82efe92 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,8 +5,10 @@ News
.. contents:: Contents:
:backlinks: none
-SQLObject (master)
-==================
+SQLObject 3.12.0.post1
+======================
+
+Released 2024 Dec 20.
Build/release
-------------
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 767a40e..7d878b4 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '3.12.0'
+version = '3.12.0.post1'
major = 3
minor = 12
micro = 0
-release_level = 'final'
-serial = 0
+release_level = 'post'
+serial = 1
version_info = (major, minor, micro, release_level, serial)
http://sourceforge.net/p/sqlobject/sqlobject/ci/3f2b254f9a6616d8a778423472e4378fd07ec061
commit 3f2b254f9a6616d8a778423472e4378fd07ec061
Author: Oleg Broytman <ph...@ph...>
Date: Fri Dec 20 17:36:58 2024 +0300
Build: Release only sdist
Wheels do not allow direct links for dependencies.
[skip ci]
diff --git a/devscripts/release b/devscripts/release
index f5a2e57..943b436 100755
--- a/devscripts/release
+++ b/devscripts/release
@@ -12,7 +12,7 @@ python setup.py build --executable '/usr/bin/env python' &&
python setup.py sdist &&
find build -name '*.py[co]' -delete &&
-python setup.py bdist_wheel --universal &&
+#python setup.py bdist_wheel --universal &&
version=`python setup.py --version`
. `dirname $0`/split_tag.sh &&
diff --git a/docs/News.rst b/docs/News.rst
index 030a651..2cabf57 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -8,6 +8,11 @@ News
SQLObject (master)
==================
+Build/release
+-------------
+
+* Release only sdist: wheels do not allow direct links for dependencies.
+
SQLObject 3.12.0
================
-----------------------------------------------------------------------
Summary of changes:
README.rst | 4 ++--
devscripts/build-all-docs | 2 +-
devscripts/release | 2 +-
docs/News.rst | 10 ++++++++++
sqlobject/__version__.py | 6 +++---
5 files changed, 17 insertions(+), 7 deletions(-)
hooks/post-receive
--
SQLObject development repository
|