Skip to content

Commit

Permalink
Fix postgres library support (docs and readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Puza committed Apr 16, 2024
1 parent fff34a1 commit e2175b5
Show file tree
Hide file tree
Showing 13 changed files with 517 additions and 421 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ __pycache__
*.egg-info
.coverage-reports/*.xml
coverage.xml
.dist
.dist
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RedBeanPython requires

For **PostgreSQL** support RedBeanPython requires:

- psycopg2 2.9.9 or newer.
- psycopg 3.0.18 or newer.

For **MySQL/MariaDB** support RedBeanPython requires:

Expand Down
Binary file removed dist/redbeanpython-1.0.0-py3-none-any.whl
Binary file not shown.
Binary file removed dist/redbeanpython-1.0.0.tar.gz
Binary file not shown.
11 changes: 9 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Changelog

## 1.0.2

2024-04-16

Fix postgres library support (docs and readme).


## 1.0.1

2021-02-04
2024-02-04

Documentation fixes.

## 1.0.0

2021-02-01
2024-02-01

First release (production-ready).

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RedBeanPython requires

For **PostgreSQL** support RedBeanPython requires:

- psycopg2 2.9.9 or newer.
- psycopg 3.0.18 or newer.

For **MySQL/MariaDB** support RedBeanPython requires:

Expand Down
845 changes: 456 additions & 389 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "redbeanpython"
version = "1.0.1"
version = "1.0.2"
description = "RedBeanPython ORM"
authors = ["Adam Puza <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -38,7 +38,7 @@ SQLAlchemy = ">= 2.0.0"
alembic = ">= 1.8.0"

[tool.poetry.group.postgres.dependencies]
psycopg2 = "^2.9.9"
psycopg = ">= 3.0.18"

[tool.poetry.group.mysql.dependencies]
PyMySQL = ">= 1.0.2"
Expand Down
25 changes: 23 additions & 2 deletions site/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#102" class="md-nav__link">
<span class="md-ellipsis">
1.0.2
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#101" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -981,6 +990,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#102" class="md-nav__link">
<span class="md-ellipsis">
1.0.2
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#101" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -1015,11 +1033,14 @@


<h1 id="changelog">Changelog</h1>
<h2 id="102">1.0.2</h2>
<p>2024-04-16</p>
<p>Fix postgres library support (docs and readme).</p>
<h2 id="101">1.0.1</h2>
<p>2021-02-04</p>
<p>2024-02-04</p>
<p>Documentation fixes.</p>
<h2 id="100">1.0.0</h2>
<p>2021-02-01</p>
<p>2024-02-01</p>
<p>First release (production-ready).</p>
<h1 id="_1"></h1>
<h1 id="___">___</h1>
Expand Down
2 changes: 1 addition & 1 deletion site/install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ <h1 id="requirements">Requirements</h1>
<h2 id="database-requirements">Database requirements</h2>
<p>For <strong>PostgreSQL</strong> support RedBeanPython requires:</p>
<ul>
<li>psycopg2 2.9.9 or newer.</li>
<li>psycopg 3.0.18 or newer.</li>
</ul>
<p>For <strong>MySQL/MariaDB</strong> support RedBeanPython requires:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,107 +2,107 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.redbeanpython.org/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/beans/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/bulk_operations/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/changelog/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/connection/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/conventions/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/crud/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/custom_configuration/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/finding/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/fluid_frozen/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/hybrid_mode/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/install/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/joined_load/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/licence/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/migration_to_sqlalchemy/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/performance/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/quick_tour/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/roadmap/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/supported_versions/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/tools/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.redbeanpython.org/types/</loc>
<lastmod>2024-02-04</lastmod>
<lastmod>2024-04-16</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit e2175b5

Please sign in to comment.