contact-person-profile-csv-imp-local 0.0.46__tar.gz → 0.0.47__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.
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/PKG-INFO +2 -2
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/contact_person_profile_csv_imp_local.egg-info/PKG-INFO +2 -2
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/contact_person_profile_csv_imp_local.egg-info/requires.txt +1 -1
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/pyproject.toml +1 -1
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/setup.py +2 -2
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/README.md +0 -0
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/contact_person_profile_csv_imp_local/src/CSVToContactPersonProfile.py +0 -0
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/contact_person_profile_csv_imp_local/src/__init__.py +0 -0
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/contact_person_profile_csv_imp_local/src/contact_person_profile_csv_imp_local_constants.py +0 -0
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/contact_person_profile_csv_imp_local.egg-info/SOURCES.txt +0 -0
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/contact_person_profile_csv_imp_local.egg-info/dependency_links.txt +0 -0
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/contact_person_profile_csv_imp_local.egg-info/top_level.txt +0 -0
- {contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/setup.cfg +0 -0
{contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: contact-person-profile-csv-imp-local
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.47
|
|
4
4
|
Summary: PyPI Package for Circles CSVToContactPersonProfile-local Local/Remote Python
|
|
5
5
|
Home-page: https://github.com/circles-zone/contact-person-profile-csv-imp-local-python-package
|
|
6
6
|
Author: Circles
|
|
@@ -10,7 +10,7 @@ Classifier: Operating System :: OS Independent
|
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: contact-local>=0.0.48
|
|
12
12
|
Requires-Dist: logger-local>=0.0.135
|
|
13
|
-
Requires-Dist: database-mysql-local>=0.
|
|
13
|
+
Requires-Dist: database-mysql-local>=0.1.1
|
|
14
14
|
Requires-Dist: user-context-remote>=0.0.77
|
|
15
15
|
Requires-Dist: contact-email-address-local>=0.0.8
|
|
16
16
|
Requires-Dist: contact-group-local>=0.0.68
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: contact-person-profile-csv-imp-local
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.47
|
|
4
4
|
Summary: PyPI Package for Circles CSVToContactPersonProfile-local Local/Remote Python
|
|
5
5
|
Home-page: https://github.com/circles-zone/contact-person-profile-csv-imp-local-python-package
|
|
6
6
|
Author: Circles
|
|
@@ -10,7 +10,7 @@ Classifier: Operating System :: OS Independent
|
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: contact-local>=0.0.48
|
|
12
12
|
Requires-Dist: logger-local>=0.0.135
|
|
13
|
-
Requires-Dist: database-mysql-local>=0.
|
|
13
|
+
Requires-Dist: database-mysql-local>=0.1.1
|
|
14
14
|
Requires-Dist: user-context-remote>=0.0.77
|
|
15
15
|
Requires-Dist: contact-email-address-local>=0.0.8
|
|
16
16
|
Requires-Dist: contact-group-local>=0.0.68
|
|
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
|
|
9
9
|
# TODO: Please update the name, similar to storage-local (suffix -local)
|
|
10
10
|
name = "<project-name>"
|
|
11
11
|
# I believe we are still using the version from setup.py and not from here until potery will work
|
|
12
|
-
version = "0.0.
|
|
12
|
+
version = "0.0.3" # https://pypi.org/project/<project-name> i.e. https://pypi.org/project/storage-local/
|
|
13
13
|
description = "Contact Person Profile CSV Imp Python Package"
|
|
14
14
|
readme = "README.md"
|
|
15
15
|
authors = [
|
{contact_person_profile_csv_imp_local-0.0.46 → contact_person_profile_csv_imp_local-0.0.47}/setup.py
RENAMED
|
@@ -5,7 +5,7 @@ package_dir = PACKAGE_NAME.replace("-", "_")
|
|
|
5
5
|
|
|
6
6
|
setuptools.setup(
|
|
7
7
|
name=PACKAGE_NAME,
|
|
8
|
-
version='0.0.
|
|
8
|
+
version='0.0.47', # https://pypi.org/project/contact-person-profile-csv-imp-local/
|
|
9
9
|
|
|
10
10
|
author="Circles",
|
|
11
11
|
author_email="info@circles.ai",
|
|
@@ -24,7 +24,7 @@ setuptools.setup(
|
|
|
24
24
|
install_requires=[
|
|
25
25
|
'contact-local>=0.0.48',
|
|
26
26
|
'logger-local>=0.0.135',
|
|
27
|
-
'database-mysql-local>=0.
|
|
27
|
+
'database-mysql-local>=0.1.1',
|
|
28
28
|
'user-context-remote>=0.0.77',
|
|
29
29
|
'contact-email-address-local>=0.0.8',
|
|
30
30
|
'contact-group-local>=0.0.68',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|