Skip to content

Commit

Permalink
Update version, license, Read the Docs config, and dependency version…
Browse files Browse the repository at this point in the history
… lock.
  • Loading branch information
lapets committed Oct 25, 2023
1 parent bf761af commit 2018e3a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ formats:
- pdf

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs

build:
os: "ubuntu-22.04"
tools:
python: "3.11"
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

-------------------------------------------------------------------------------

Binary distribution contains libsodium (https://doc.libsodium.org/) binaries,
both retrieved in pre-built form and built from source.

ISC License

Copyright (c) 2013-2023
Frank Denis <j at pureftpd dot org>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rbcl
version = 1.0.1
version = 1.2.0
author = Nth Party
author_email = team@nthparty.com
description = Python library that bundles libsodium and provides wrappers for its Ristretto group functions.
Expand All @@ -27,7 +27,7 @@ where=src
* = *.tmpl

[options.extras_require]
build = setuptools~=67.6; wheel~=0.37; pystache~=0.6; build~=0.10
build = setuptools>=67.6; wheel~=0.37; pystache~=0.6; build~=0.10
docs = sphinx~=4.2.0; sphinx-rtd-theme~=1.0.0
test = pytest~=7.2; pytest-cov~=4.0
lint = pylint~=2.17.0
Expand Down
2 changes: 1 addition & 1 deletion src/rbcl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Allow users to use functions directly."""
"""Allow users to use the functions directly."""
from rbcl.rbcl import _sodium # pylint: disable=import-self

from rbcl.rbcl import \
Expand Down

0 comments on commit 2018e3a

Please sign in to comment.