Skip to content

Commit b53288e

Browse files
committed
Release version 3.1.1 of DBUtils
1 parent 6240527 commit b53288e

File tree

6 files changed

+37
-29
lines changed

6 files changed

+37
-29
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Christoph Zwerschke
3+
Copyright (c) 2025 Christoph Zwerschke
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to a database that can be used in all kinds of multi-threaded environments.
77
The suite supports DB-API 2 compliant database interfaces
88
and the classic PyGreSQL interface.
99

10-
The current version 3.1.0 of DBUtils supports Python versions 3.7 to 3.12.
10+
The current version 3.1.1 of DBUtils supports Python versions 3.7 to 3.13.
1111

1212
**Please have a look at the [changelog](https://webwareforpython.github.io/DBUtils/changelog.html), because there were some breaking changes in version 2.0.**
1313

changelog.html

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
<h1 class="title">Changelog for DBUtils</h1>
1313

1414
<section id="section-1">
15+
<h2>3.1.1</h2>
16+
<p>DBUtils 3.1.1 was released on June 4, 2025.</p>
17+
<p>Changes:</p>
18+
<ul class="simple">
19+
<li><p>Support Python version 3.13.</p></li>
20+
</ul>
21+
</section>
22+
<section id="section-2">
1523
<h2>3.1.0</h2>
1624
<p>DBUtils 3.1.0 was released on March 17, 2024.</p>
1725
<p>Changes:</p>
@@ -20,7 +28,7 @@ <h2>3.1.0</h2>
2028
<li><p>Various small internal improvements and modernizations.</p></li>
2129
</ul>
2230
</section>
23-
<section id="section-2">
31+
<section id="section-3">
2432
<h2>3.0.3</h2>
2533
<p>DBUtils 3.0.3 was released on April 27, 2023.</p>
2634
<p>Changes:</p>
@@ -30,19 +38,19 @@ <h2>3.0.3</h2>
3038
<li><p>Minor fixes and section an advanced usage in docs.</p></li>
3139
</ul>
3240
</section>
33-
<section id="section-3">
41+
<section id="section-4">
3442
<h2>3.0.2</h2>
3543
<p>DBUtils 3.0.2 was released on January 14, 2022.</p>
3644
<p>The optional iterator protocol on cursors is now supported.</p>
3745
</section>
38-
<section id="section-4">
46+
<section id="section-5">
3947
<h2>3.0.1</h2>
4048
<p>DBUtils 3.0.1 was released on December 22, 2021.</p>
4149
<p>It includes <span class="docutils literal">InterfaceError</span> to the default list of exceptions
4250
for which the connection failover mechanism is applied.
4351
You can override this with the <span class="docutils literal">failures</span> parameter.</p>
4452
</section>
45-
<section id="section-5">
53+
<section id="section-6">
4654
<h2>3.0.0</h2>
4755
<p>DBUtils 3.0.0 was released on November 26, 2021.</p>
4856
<p>It is intended to be used with Python versions 3.6 to 3.10.</p>
@@ -51,31 +59,31 @@ <h2>3.0.0</h2>
5159
<li><p>Cease support for Python 2 and 3.5, minor optimizations.</p></li>
5260
</ul>
5361
</section>
54-
<section id="section-6">
62+
<section id="section-7">
5563
<h2>2.0.3</h2>
5664
<p>DBUtils 2.0.3 was released on November 26, 2021.</p>
5765
<p>Changes:</p>
5866
<ul class="simple">
5967
<li><p>Support Python version 3.10.</p></li>
6068
</ul>
6169
</section>
62-
<section id="section-7">
70+
<section id="section-8">
6371
<h2>2.0.2</h2>
6472
<p>DBUtils 2.0.2 was released on June 8, 2021.</p>
6573
<p>Changes:</p>
6674
<ul class="simple">
6775
<li><p>Allow using context managers for pooled connections.</p></li>
6876
</ul>
6977
</section>
70-
<section id="section-8">
78+
<section id="section-9">
7179
<h2>2.0.1</h2>
7280
<p>DBUtils 2.0.1 was released on April 8, 2021.</p>
7381
<p>Changes:</p>
7482
<ul class="simple">
7583
<li><p>Avoid &quot;name Exception is not defined&quot; when exiting.</p></li>
7684
</ul>
7785
</section>
78-
<section id="section-9">
86+
<section id="section-10">
7987
<h2>2.0</h2>
8088
<p>DBUtils 2.0 was released on September 26, 2020.</p>
8189
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
@@ -91,7 +99,7 @@ <h2>2.0</h2>
9199
<li><p>This changelog has been compiled from the former release notes.</p></li>
92100
</ul>
93101
</section>
94-
<section id="section-10">
102+
<section id="section-11">
95103
<h2>1.4</h2>
96104
<p>DBUtils 1.4 was released on September 26, 2020.</p>
97105
<p>It is intended to be used with Python versions 2.7 and 3.5 to 3.9.</p>
@@ -102,7 +110,7 @@ <h2>1.4</h2>
102110
inside a transaction.</p></li>
103111
</ul>
104112
</section>
105-
<section id="section-11">
113+
<section id="section-12">
106114
<h2>1.3</h2>
107115
<p>DBUtils 1.3 was released on March 3, 2018.</p>
108116
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.4 to 3.7.</p>
@@ -111,12 +119,12 @@ <h2>1.3</h2>
111119
<li><p>This version now supports context handlers for connections and cursors.</p></li>
112120
</ul>
113121
</section>
114-
<section id="section-12">
122+
<section id="section-13">
115123
<h2>1.2</h2>
116124
<p>DBUtils 1.2 was released on February 5, 2017.</p>
117125
<p>It is intended to be used with Python versions 2.6, 2.7 and 3.0 to 3.6.</p>
118126
</section>
119-
<section id="section-13">
127+
<section id="section-14">
120128
<h2>1.1.1</h2>
121129
<p>DBUtils 1.1.1 was released on February 4, 2017.</p>
122130
<p>It is intended to be used with Python versions 2.3 to 2.7.</p>
@@ -130,7 +138,7 @@ <h2>1.1.1</h2>
130138
<li><p>Fixed a problem when running under Jython (reported by Vitaly Kruglikov).</p></li>
131139
</ul>
132140
</section>
133-
<section id="section-14">
141+
<section id="section-15">
134142
<h2>1.1</h2>
135143
<p>DBUtils 1.1 was released on August 14, 2011.</p>
136144
<p>Improvements:</p>
@@ -159,7 +167,7 @@ <h2>1.1</h2>
159167
<li><p>Fixed some minor issues with the <span class="docutils literal">DBUtilsExample</span> for Webware.</p></li>
160168
</ul>
161169
</section>
162-
<section id="section-15">
170+
<section id="section-16">
163171
<h2>1.0</h2>
164172
<p>DBUtils 1.0 was released on November 29, 2008.</p>
165173
<p>It is intended to be used with Python versions 2.2 to 2.6.</p>
@@ -192,7 +200,7 @@ <h2>1.0</h2>
192200
the MySQLdb module (problem reported by Gregory Pinero).</p></li>
193201
</ul>
194202
</section>
195-
<section id="section-16">
203+
<section id="section-17">
196204
<h2>0.9.4</h2>
197205
<p>DBUtils 0.9.4 was released on July 7, 2007.</p>
198206
<p>This release fixes a problem in the destructor code and has been supplemented
@@ -201,7 +209,7 @@ <h2>0.9.4</h2>
201209
in the last release, since you can now pass custom creator functions
202210
for database connections instead of DB-API 2 modules.</p>
203211
</section>
204-
<section id="section-17">
212+
<section id="section-18">
205213
<h2>0.9.3</h2>
206214
<p>DBUtils 0.9.3 was released on May 21, 2007.</p>
207215
<p>Changes:</p>
@@ -216,7 +224,7 @@ <h2>0.9.3</h2>
216224
Added Chinese translation of the User's Guide, kindly contributed by gashero.</p></li>
217225
</ul>
218226
</section>
219-
<section id="section-18">
227+
<section id="section-19">
220228
<h2>0.9.2</h2>
221229
<p>DBUtils 0.9.2 was released on September 22, 2006.</p>
222230
<p>It is intended to be used with Python versions 2.2 to 2.5.</p>
@@ -226,7 +234,7 @@ <h2>0.9.2</h2>
226234
storage engine. Accordingly, renamed <span class="docutils literal">SolidPg</span> to <span class="docutils literal">SteadyPg</span>.</p></li>
227235
</ul>
228236
</section>
229-
<section id="section-19">
237+
<section id="section-20">
230238
<h2>0.9.1</h2>
231239
<p>DBUtils 0.9.1 was released on May 8, 2006.</p>
232240
<p>It is intended to be used with Python versions 2.2 to 2.4.</p>
@@ -240,7 +248,7 @@ <h2>0.9.1</h2>
240248
<li><p>Improved the documentation and added a User's Guide.</p></li>
241249
</ul>
242250
</section>
243-
<section id="section-20">
251+
<section id="section-21">
244252
<h2>0.8.1 - 2005-09-13</h2>
245253
<p>DBUtils 0.8.1 was released on September 13, 2005.</p>
246254
<p>It is intended to be used with Python versions 2.0 to 2.4.</p>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ <h5><a href="changelog.html">Changelog</a></h5>
4242
<header><h2>Downloads</h2></header>
4343
<div>
4444
<h5>Current/Recommended Version:</h5>
45-
<a class="button" href="https://pypi.org/pypi/DBUtils/3.1.0/#files">Download <small>DBUtils 3.1.0</small></a>
46-
<p><small>(this version supports Python 3.7 to 3.12)</small></p>
45+
<a class="button" href="https://pypi.org/pypi/DBUtils/3.1.1/#files">Download <small>DBUtils 3.1.1</small></a>
46+
<p><small>(this version supports Python 3.7 to 3.13)</small></p>
4747
</div>
4848
<div>
4949
<h5>Older Versions:</h5>

main.de.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h1 class="title">Benutzeranleitung für DBUtils</h1>
1313
<dl class="docinfo simple">
1414
<dt class="version">Version<span class="colon">:</span></dt>
15-
<dd class="version">3.1.0</dd>
15+
<dd class="version">3.1.1</dd>
1616
<dt class="translations">Translations<span class="colon">:</span></dt>
1717
<dd class="translations"><p><a class="reference external" href="main.html">English</a> | German</p>
1818
</dd>
@@ -137,7 +137,7 @@ <h3>Installation</h3>
137137
</section>
138138
<section id="anforderungen">
139139
<h2>Anforderungen</h2>
140-
<p>DBUtils unterstützt die <a class="reference external" href="https://www.python.org">Python</a> Versionen 3.7 bis 3.12.</p>
140+
<p>DBUtils unterstützt die <a class="reference external" href="https://www.python.org">Python</a> Versionen 3.7 bis 3.3.</p>
141141
<p>Die Module in der Variante für klassisches PyGreSQL benötigen <a class="reference external" href="https://www.pygresql.org/">PyGreSQL</a>
142142
Version 4.0 oder höher, während die Module in der allgemeinen Variante
143143
für DB-API 2 mit jedem beliebigen Python-Datenbankadapter-Modul zusammenarbeiten,
@@ -542,7 +542,7 @@ <h2>Autoren</h2>
542542
</section>
543543
<section id="copyright-und-lizenz">
544544
<h2>Copyright und Lizenz</h2>
545-
<p>Copyright © 2005-2024 Christoph Zwerschke.
545+
<p>Copyright © 2005-2025 Christoph Zwerschke.
546546
Alle Rechte vorbehalten.</p>
547547
<p>DBUtils ist freie und quelloffene Software,
548548
lizenziert unter der <a class="reference external" href="https://opensource.org/licenses/MIT">MIT-Lizenz</a>.</p>

main.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h1 class="title">DBUtils User's Guide</h1>
1313
<dl class="docinfo simple">
1414
<dt class="version">Version<span class="colon">:</span></dt>
15-
<dd class="version">3.1.0</dd>
15+
<dd class="version">3.1.1</dd>
1616
<dt class="translations">Translations<span class="colon">:</span></dt>
1717
<dd class="translations"><p>English | <a class="reference external" href="main.de.html">German</a></p>
1818
</dd>
@@ -134,7 +134,7 @@ <h3>Installation</h3>
134134
</section>
135135
<section id="requirements">
136136
<h2>Requirements</h2>
137-
<p>DBUtils supports <a class="reference external" href="https://www.python.org">Python</a> versions 3.7 to 3.12.</p>
137+
<p>DBUtils supports <a class="reference external" href="https://www.python.org">Python</a> versions 3.7 to 3.13.</p>
138138
<p>The modules in the classic PyGreSQL variant need <a class="reference external" href="https://www.pygresql.org/">PyGreSQL</a> version 4.0
139139
or above, while the modules in the universal DB-API 2 variant run with
140140
any Python <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> compliant database interface module.</p>
@@ -500,7 +500,7 @@ <h2>Credits</h2>
500500
</section>
501501
<section id="copyright-and-license">
502502
<h2>Copyright and License</h2>
503-
<p>Copyright © 2005-2024 by Christoph Zwerschke.
503+
<p>Copyright © 2005-2025 by Christoph Zwerschke.
504504
All Rights Reserved.</p>
505505
<p>DBUtils is free and open source software,
506506
licensed under the <a class="reference external" href="https://opensource.org/licenses/MIT">MIT license</a>.</p>

0 commit comments

Comments
 (0)