contact-person-profile-csv-imp-local 0.0.47__tar.gz → 0.0.49__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.
Files changed (13) hide show
  1. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/PKG-INFO +2 -2
  2. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/contact_person_profile_csv_imp_local.egg-info/PKG-INFO +2 -2
  3. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/contact_person_profile_csv_imp_local.egg-info/requires.txt +1 -1
  4. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/pyproject.toml +1 -1
  5. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/setup.py +2 -2
  6. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/README.md +0 -0
  7. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/contact_person_profile_csv_imp_local/src/CSVToContactPersonProfile.py +0 -0
  8. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/contact_person_profile_csv_imp_local/src/__init__.py +0 -0
  9. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/contact_person_profile_csv_imp_local/src/contact_person_profile_csv_imp_local_constants.py +0 -0
  10. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/contact_person_profile_csv_imp_local.egg-info/SOURCES.txt +0 -0
  11. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/contact_person_profile_csv_imp_local.egg-info/dependency_links.txt +0 -0
  12. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/contact_person_profile_csv_imp_local.egg-info/top_level.txt +0 -0
  13. {contact_person_profile_csv_imp_local-0.0.47 → contact_person_profile_csv_imp_local-0.0.49}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: contact-person-profile-csv-imp-local
3
- Version: 0.0.47
3
+ Version: 0.0.49
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
@@ -12,7 +12,7 @@ Requires-Dist: contact-local>=0.0.48
12
12
  Requires-Dist: logger-local>=0.0.135
13
13
  Requires-Dist: database-mysql-local>=0.1.1
14
14
  Requires-Dist: user-context-remote>=0.0.77
15
- Requires-Dist: contact-email-address-local>=0.0.8
15
+ Requires-Dist: contact-email-address-local>=0.0.40.1234
16
16
  Requires-Dist: contact-group-local>=0.0.68
17
17
  Requires-Dist: contact-location-local>=0.0.14
18
18
  Requires-Dist: contact-notes-local>=0.0.33
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: contact-person-profile-csv-imp-local
3
- Version: 0.0.47
3
+ Version: 0.0.49
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
@@ -12,7 +12,7 @@ Requires-Dist: contact-local>=0.0.48
12
12
  Requires-Dist: logger-local>=0.0.135
13
13
  Requires-Dist: database-mysql-local>=0.1.1
14
14
  Requires-Dist: user-context-remote>=0.0.77
15
- Requires-Dist: contact-email-address-local>=0.0.8
15
+ Requires-Dist: contact-email-address-local>=0.0.40.1234
16
16
  Requires-Dist: contact-group-local>=0.0.68
17
17
  Requires-Dist: contact-location-local>=0.0.14
18
18
  Requires-Dist: contact-notes-local>=0.0.33
@@ -2,7 +2,7 @@ contact-local>=0.0.48
2
2
  logger-local>=0.0.135
3
3
  database-mysql-local>=0.1.1
4
4
  user-context-remote>=0.0.77
5
- contact-email-address-local>=0.0.8
5
+ contact-email-address-local>=0.0.40.1234
6
6
  contact-group-local>=0.0.68
7
7
  contact-location-local>=0.0.14
8
8
  contact-notes-local>=0.0.33
@@ -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.3" # https://pypi.org/project/<project-name> i.e. https://pypi.org/project/storage-local/
12
+ version = "0.0.4" # 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 = [
@@ -5,7 +5,7 @@ package_dir = PACKAGE_NAME.replace("-", "_")
5
5
 
6
6
  setuptools.setup(
7
7
  name=PACKAGE_NAME,
8
- version='0.0.47', # https://pypi.org/project/contact-person-profile-csv-imp-local/
8
+ version='0.0.49', # https://pypi.org/project/contact-person-profile-csv-imp-local/
9
9
 
10
10
  author="Circles",
11
11
  author_email="info@circles.ai",
@@ -26,7 +26,7 @@ setuptools.setup(
26
26
  'logger-local>=0.0.135',
27
27
  'database-mysql-local>=0.1.1',
28
28
  'user-context-remote>=0.0.77',
29
- 'contact-email-address-local>=0.0.8',
29
+ 'contact-email-address-local>=0.0.40.1234',
30
30
  'contact-group-local>=0.0.68',
31
31
  'contact-location-local>=0.0.14',
32
32
  'contact-notes-local>=0.0.33',