Commit 847875ad authored by phd's avatar phd
Browse files

Build: Prepare for the next release

[skip ci]
parent c4026af7
Loading
Loading
Loading
Loading
+2 −31
Original line number Diff line number Diff line
Hello!

I'm pleased to announce version 3.13.1, the first bugfix release of the
I'm pleased to announce version 3.13.2a0, the 2nd bugfix of the
branch 3.13 of SQLObject.


@@ -9,35 +9,6 @@ What's new in SQLObject

The contributors for this release are:

* Igor Yudytskiy. Thanks for PR #194:
  fix: connect to old mssql versions via set tds_version uri parameter.

* Dave Mulligan fixed #195: Minor ``NameError`` in ``pgconnection.py``
  when using ``psycopg`` version 1 with a non-default port. Thanks!

* Chris Kauffman found a minor bug in ``UuidValidator``.

* GH user ghaushe-ampere. Thanks for finding an obscure bug!

Bug fixes
---------

* ``UuidValidator.from_python()`` now accepts strings as a valid input.
  This fixes #199.

* Fixed #197: a bug in ``dbconnection.ConnectionURIOpener.registerConnection``
  triggered by non-empty instance's ``name``. The bug was inserted in 2004 so
  it seems nobody ever used named instances. Fixed anyway.

* Fixed #195: Minor ``NameError`` in ``pgconnection.py``
  when using ``psycopg`` version 1 with a non-default port.

Tests
-----

* Tested with Python 3.14.

* Run tests with source-only (non-binary) ``psycopg`` and ``psycopg2``.

For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -68,7 +39,7 @@ Site:
http://sqlobject.org

Download:
https://pypi.org/project/SQLObject/3.13.1
https://pypi.org/project/SQLObject/3.13.2a0.dev20251208/

News and changes:
http://sqlobject.org/News.html
+2 −2
Original line number Diff line number Diff line
SQLObject 3.13.1
================
SQLObject 3.13.2a0
==================

SQLObject is a free and open-source (LGPL) Python object-relational
mapper.  Your database tables are described as classes, and rows are
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@ News
.. contents:: Contents:
   :backlinks: none

SQLObject development (master)
==============================

SQLObject 3.13.1
================

+5 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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)",