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.
- {pyregrep-8 → pyregrep-9}/PKG-INFO +2 -2
- {pyregrep-8 → pyregrep-9}/README.md +1 -1
- {pyregrep-8 → pyregrep-9}/pyRegRep.egg-info/PKG-INFO +2 -2
- {pyregrep-8 → pyregrep-9}/pyRegRep4/NS.py +3 -3
- {pyregrep-8 → pyregrep-9}/pyRegRep4/__init__.py +1 -1
- {pyregrep-8 → pyregrep-9}/pyproject.toml +1 -1
- {pyregrep-8 → pyregrep-9}/setup.py +1 -1
- {pyregrep-8 → pyregrep-9}/LICENSE +0 -0
- {pyregrep-8 → pyregrep-9}/pyRegRep.egg-info/SOURCES.txt +0 -0
- {pyregrep-8 → pyregrep-9}/pyRegRep.egg-info/dependency_links.txt +0 -0
- {pyregrep-8 → pyregrep-9}/pyRegRep.egg-info/top_level.txt +0 -0
- {pyregrep-8 → pyregrep-9}/pyRegRep4/RIMElement.py +0 -0
- {pyregrep-8 → pyregrep-9}/pyRegRep4/RIMParsing.py +0 -0
- {pyregrep-8 → pyregrep-9}/setup.cfg +0 -0
- {pyregrep-8 → pyregrep-9}/tests/test_get_slot_simple.py +0 -0
- {pyregrep-8 → pyregrep-9}/tests/test_rim_element.py +0 -0
- {pyregrep-8 → pyregrep-9}/tests/test_rim_parsing.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyRegRep
|
|
3
|
-
Version:
|
|
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
|
-
**Версія:**
|
|
293
|
+
**Версія:** 9 · **Оновлено:** 2026-03-11
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyRegRep
|
|
3
|
-
Version:
|
|
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
|
-
**Версія:**
|
|
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:
|
|
12
|
-
"query": "urn:oasis:names:tc:ebxml-regrep:xsd:query:
|
|
13
|
-
"rs": "urn:oasis:names:tc:ebxml-regrep:xsd:rs:
|
|
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
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|