Skip to content

Commit bb59eec

Browse files
committed
updating version of bumpcalver
1 parent 2e2535a commit bb59eec

File tree

4 files changed

+41
-8
lines changed

4 files changed

+41
-8
lines changed

coverage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<coverage version="7.6.3" timestamp="1729381408737" lines-valid="689" lines-covered="203" line-rate="0.2946" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
2+
<coverage version="7.6.3" timestamp="1729453274878" lines-valid="689" lines-covered="203" line-rate="0.2946" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
33
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.3 -->
44
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55
<sources>

pyproject.toml

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,49 @@
11
[build-system]
2-
requires = [ "hatchling",]
2+
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "devsetgo_lib"
77
version = "2024.10.20.1"
88
requires-python = ">=3.9"
9-
description = "DevSetGo Library is a Python library offering reusable functions for efficient coding. It includes file operations, calendar utilities, pattern matching, advanced logging with loguru, FastAPI endpoints, async database handling, and email validation. Designed for ease of use and versatility, it's a valuable tool for Python developers.\n"
10-
keywords = [ "python", "library", "reusable functions", "file operations", "calendar utilities", "pattern matching", "logging", "loguru", "FastAPI", "async database", "CRUD operations", "email validation", "development tools",]
9+
description = """
10+
DevSetGo Library is a Python library offering reusable functions for efficient coding. It includes file operations, calendar utilities, pattern matching, advanced logging with loguru, FastAPI endpoints, async database handling, and email validation. Designed for ease of use and versatility, it's a valuable tool for Python developers.
11+
"""
12+
keywords = [
13+
"python",
14+
"library",
15+
"reusable functions",
16+
"file operations",
17+
"calendar utilities",
18+
"pattern matching",
19+
"logging",
20+
"loguru",
21+
"FastAPI",
22+
"async database",
23+
"CRUD operations",
24+
"email validation",
25+
"development tools",
26+
]
1127
readme = "README.md"
12-
classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Operating System :: POSIX :: Linux", "Operating System :: POSIX", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows",]
13-
dependencies = [ "loguru>=0.7.0", "packaging>=20.0", "email-validator>=2.1.1",]
28+
classifiers = [
29+
"License :: OSI Approved :: MIT License",
30+
"Programming Language :: Python",
31+
"Programming Language :: Python :: 3",
32+
"Programming Language :: Python :: 3.9",
33+
"Programming Language :: Python :: 3.10",
34+
"Programming Language :: Python :: 3.11",
35+
"Programming Language :: Python :: 3.12",
36+
"Programming Language :: Python :: 3.13",
37+
"Operating System :: POSIX :: Linux",
38+
"Operating System :: POSIX",
39+
"Operating System :: MacOS :: MacOS X",
40+
"Operating System :: Microsoft :: Windows",
41+
]
42+
dependencies = [
43+
"loguru>=0.7.0",
44+
"packaging>=20.0",
45+
"email-validator>=2.1.1",
46+
]
1447
[[project.authors]]
1548
name = "Mike Ryan"
1649
email = "mikeryan56@gmail.com"

report.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="0" time="3.187" timestamp="2024-10-19T23:43:25.785719+00:00" hostname="4eb1aa605327" /></testsuites>
1+
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="0" time="5.855" timestamp="2024-10-20T19:41:10.641688+00:00" hostname="4eb1aa605327" /></testsuites>

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ asyncpg==0.29.0 # Vulnerabilities: None
44
autoflake==2.3.1 # Vulnerabilities: None
55
autopep8==2.3.1 # Vulnerabilities: None
66
black==24.10.0 # Vulnerabilities: None
7-
bumpcalver==2024.10.20 # Vulnerabilities: None
7+
bumpcalver==2024.10.20.3 # Vulnerabilities: None
88
click==8.1.7 # Vulnerabilities: None
99
fastapi[all]==0.115.2 # Vulnerabilities: None
1010
flake8==7.1.1 # Vulnerabilities: None

0 commit comments

Comments
 (0)