wipo-gbd-transformation 1.1.89__py3-none-any.whl → 1.1.90__py3-none-any.whl
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.
Potentially problematic release.
This version of wipo-gbd-transformation might be problematic. Click here for more details.
- gbdtransformation/brands/phtm/__init__.py +7 -2
- gbdtransformation/brands/phtm/filters.py +1 -6
- gbdtransformation/brands/phtm/template.yml +1 -1
- {wipo_gbd_transformation-1.1.89.dist-info → wipo_gbd_transformation-1.1.90.dist-info}/METADATA +1 -1
- {wipo_gbd_transformation-1.1.89.dist-info → wipo_gbd_transformation-1.1.90.dist-info}/RECORD +9 -9
- {wipo_gbd_transformation-1.1.89.dist-info → wipo_gbd_transformation-1.1.90.dist-info}/WHEEL +0 -0
- {wipo_gbd_transformation-1.1.89.dist-info → wipo_gbd_transformation-1.1.90.dist-info}/entry_points.txt +0 -0
- {wipo_gbd_transformation-1.1.89.dist-info → wipo_gbd_transformation-1.1.90.dist-info}/licenses/LICENSE.md +0 -0
- {wipo_gbd_transformation-1.1.89.dist-info → wipo_gbd_transformation-1.1.90.dist-info}/top_level.txt +0 -0
|
@@ -5,5 +5,10 @@ source = 'national'
|
|
|
5
5
|
# PH/4/1981/00000115
|
|
6
6
|
# PH/M/0001/01573483
|
|
7
7
|
# A/M/0001/01421820 B/M/0001/01364251
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
|
|
9
|
+
# PH4198100000115
|
|
10
|
+
# PHM000101573483
|
|
11
|
+
# AM000101421820 BM000101364251
|
|
12
|
+
|
|
13
|
+
appnum_mask = [ 'PH\\d\\d{4}(\\d*)', 'PHM\\d{4}(\\d*)', 'AM\\d{4}(\\d*)', 'BM\\d{4}(\\d*)' ]
|
|
14
|
+
regnum_mask = [ 'PH\\d\\d{4}(\\d*)', 'PHM\\d{4}(\\d*)', 'AM\\d{4}(\\d*)', 'BM\\d{4}(\\d*)' ]
|
|
@@ -10,10 +10,10 @@ ignore_namespace = [
|
|
|
10
10
|
'http://www.wipo.int/standards/XMLSchema/trademarks',
|
|
11
11
|
'http://www.wipo.int/standards/XMLSchema/wo-trademarks']
|
|
12
12
|
|
|
13
|
+
"""
|
|
13
14
|
def get_appdate(appdate, appnum):
|
|
14
15
|
return appnum.split('/')[-2].zfill(4)
|
|
15
16
|
|
|
16
|
-
"""
|
|
17
17
|
def clean_application_number(number):
|
|
18
18
|
# PH/4/1981/00000115 -> 00000115
|
|
19
19
|
if number.startswith("PH/"):
|
|
@@ -29,11 +29,6 @@ def get_registration_nb(trademark, tmstatus):
|
|
|
29
29
|
if not tmstatus in ['Expired', 'Registered']:
|
|
30
30
|
return None
|
|
31
31
|
|
|
32
|
-
# a way to deduce the registration number
|
|
33
|
-
appnum_parts = trademark.ApplicationNumber.split('/')
|
|
34
|
-
regnum = '%s/%s' % (appnum_parts[-2], appnum_parts[-1])
|
|
35
|
-
return regnum
|
|
36
|
-
|
|
37
32
|
def get_expiry_date(trademark, tmstatus):
|
|
38
33
|
return ipas.get_expiry_date(trademark, tmstatus)
|
|
39
34
|
|
|
@@ -28,7 +28,7 @@ designatedCountries:
|
|
|
28
28
|
applicationLanguageCode: {{ trademark.ApplicationLanguageCode }}
|
|
29
29
|
|
|
30
30
|
{% set tmstatus = trademark | translate_status %}
|
|
31
|
-
{% set appdate = trademark.ApplicationDate
|
|
31
|
+
{% set appdate = trademark.ApplicationDate %}
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
gbdStatus: {{ tmstatus }}
|
{wipo_gbd_transformation-1.1.89.dist-info → wipo_gbd_transformation-1.1.90.dist-info}/RECORD
RENAMED
|
@@ -324,12 +324,12 @@ gbdtransformation/brands/pgtm/schema,sha256=TFrF4FR76cytcbtQkDWxtF74I0tCPRDIvWRF
|
|
|
324
324
|
gbdtransformation/brands/pgtm/template.yml,sha256=PO7s1HDQM9ushIJuIX3z_dfWO-f62YDzBG_sYKDlnG8,34
|
|
325
325
|
gbdtransformation/brands/pgtm/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
326
326
|
gbdtransformation/brands/pgtm/tests/pgtm.xml,sha256=fAzAz2VtqOFV_2QImDbNxDvuTr-Ue3e5tGx8h-Lnnvg,6533
|
|
327
|
-
gbdtransformation/brands/phtm/__init__.py,sha256=
|
|
328
|
-
gbdtransformation/brands/phtm/filters.py,sha256=
|
|
327
|
+
gbdtransformation/brands/phtm/__init__.py,sha256=o7NHkydTzaWCSoGgheZKSfnpJycq9Eu8ZhvAHs6CtXg,427
|
|
328
|
+
gbdtransformation/brands/phtm/filters.py,sha256=AImUAIOkD1aM97q5Bh1hNw_fyzC8cDY13nA45rcR894,6141
|
|
329
329
|
gbdtransformation/brands/phtm/schema,sha256=Nb5tI5MUrzn19c8GpLFuJhpiLn0Fa9XPza10eNHeesI,2877
|
|
330
330
|
gbdtransformation/brands/phtm/schema.classic,sha256=3JOKHUfK0jSo0NBlDmeGFAKqfYdMJOrIPBIoNUMrVFI,808
|
|
331
331
|
gbdtransformation/brands/phtm/template.classic.yml,sha256=U5th90SpXjspWTPuimqftd8vZfJ3tT90mIud5n7Zv8w,2820
|
|
332
|
-
gbdtransformation/brands/phtm/template.yml,sha256=
|
|
332
|
+
gbdtransformation/brands/phtm/template.yml,sha256=fGIpMJoLyWIzRanpt0hoxkWp66lep0JapCeK03UH1_I,7610
|
|
333
333
|
gbdtransformation/brands/qatm/__init__.py,sha256=NBdOewZ1F_3eErahjyR-up8bjz1FSxwEiPSJfDw6GxY,79
|
|
334
334
|
gbdtransformation/brands/qatm/filters.py,sha256=lMPVBX2ProdUtg5LcuQAmlInoGCo1-JZemHrvE1lNvw,2330
|
|
335
335
|
gbdtransformation/brands/qatm/schema,sha256=AP0MxQyD0hY4APRh8nxitlxMqJYJB4AaaTJ8y20-XBA,3283
|
|
@@ -589,9 +589,9 @@ gbdtransformation/utilities/st66.xsd,sha256=co8aFN3a5TpudllRttWmfLeiZu8ulNipfeXm
|
|
|
589
589
|
schemas/ShazamConfig.py,sha256=D67os5B11C41h_WZ7kk54Ss0Kk7tHh8W0d_1c_aX-lY,1191
|
|
590
590
|
schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
591
591
|
schemas/schema_extractor.py,sha256=3-ImtnI777f6b3VA0A_w-NoXdlGz5VZMzK6MnPdQQAY,10294
|
|
592
|
-
wipo_gbd_transformation-1.1.
|
|
593
|
-
wipo_gbd_transformation-1.1.
|
|
594
|
-
wipo_gbd_transformation-1.1.
|
|
595
|
-
wipo_gbd_transformation-1.1.
|
|
596
|
-
wipo_gbd_transformation-1.1.
|
|
597
|
-
wipo_gbd_transformation-1.1.
|
|
592
|
+
wipo_gbd_transformation-1.1.90.dist-info/licenses/LICENSE.md,sha256=6r2dL13EwZqSt2ellLbJRFTA-6ECIDOer4YthCfkac0,35654
|
|
593
|
+
wipo_gbd_transformation-1.1.90.dist-info/METADATA,sha256=3NeGjEHA8I-yCT9V_56Zlkl5kwP7pf9pcu4WZONiDR8,804
|
|
594
|
+
wipo_gbd_transformation-1.1.90.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
|
595
|
+
wipo_gbd_transformation-1.1.90.dist-info/entry_points.txt,sha256=NFLtlP3mPHUi-hEoUcz4CXa7vcpP8bbwd18HS4arbEk,223
|
|
596
|
+
wipo_gbd_transformation-1.1.90.dist-info/top_level.txt,sha256=oU1j-JNLga18Fd-EV6Xl9wM8zxYoNVEzb7P8MDhTPJg,26
|
|
597
|
+
wipo_gbd_transformation-1.1.90.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wipo_gbd_transformation-1.1.89.dist-info → wipo_gbd_transformation-1.1.90.dist-info}/top_level.txt
RENAMED
|
File without changes
|