pyRegRep 8__tar.gz → 9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyRegRep
3
- Version: 8
3
+ Version: 9
4
4
  Summary: Your package description
5
5
  Author: Andrey Shapovalov
6
6
  Author-email: mt.andrey@gmail.com
@@ -290,4 +290,4 @@ MIT License — див. файл [LICENSE](LICENSE)
290
290
 
291
291
  ---
292
292
 
293
- **Версія:** 8 · **Оновлено:** 2026-03-11
293
+ **Версія:** 9 · **Оновлено:** 2026-03-11
@@ -278,4 +278,4 @@ MIT License — див. файл [LICENSE](LICENSE)
278
278
 
279
279
  ---
280
280
 
281
- **Версія:** 8 · **Оновлено:** 2026-03-11
281
+ **Версія:** 9 · **Оновлено:** 2026-03-11
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyRegRep
3
- Version: 8
3
+ Version: 9
4
4
  Summary: Your package description
5
5
  Author: Andrey Shapovalov
6
6
  Author-email: mt.andrey@gmail.com
@@ -290,4 +290,4 @@ MIT License — див. файл [LICENSE](LICENSE)
290
290
 
291
291
  ---
292
292
 
293
- **Версія:** 8 · **Оновлено:** 2026-03-11
293
+ **Версія:** 9 · **Оновлено:** 2026-03-11
@@ -8,9 +8,9 @@ class NS:
8
8
 
9
9
  # Default namespaces for RIM/ebXML documents
10
10
  DEFAULT_NAMESPACES = {
11
- "rim": "urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0",
12
- "query": "urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0",
13
- "rs": "urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0",
11
+ "rim": "urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0",
12
+ "query": "urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0",
13
+ "rs": "urn:oasis:names:tc:ebxml-regrep:xsd:rs:4.0",
14
14
  "xsi": "http://www.w3.org/2001/XMLSchema-instance",
15
15
  "xsd": "http://www.w3.org/2001/XMLSchema",
16
16
  }
@@ -31,6 +31,6 @@ __all__ = [
31
31
  "_InternationalStringValueType",
32
32
  ]
33
33
 
34
- __version__ = "8"
34
+ __version__ = "9"
35
35
  __author__ = "Andrey Shapovalov"
36
36
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pyRegRep"
7
- version = "8"
7
+ version = "9"
8
8
  description = "Your package description"
9
9
  authors = [{ name="Andrey Shapovalov" }]
10
10
  readme = "README.md"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="pyRegRep",
5
- version="8",
5
+ version="9",
6
6
  description="Бібліотека для роботи з реєстрами та репозитаріями в Україні",
7
7
  packages=find_packages(),
8
8
  license="MIT",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes