apify 1.5.0__tar.gz → 1.5.1__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.

Potentially problematic release.


This version of apify might be problematic. Click here for more details.

Files changed (45) hide show
  1. {apify-1.5.0 → apify-1.5.1}/PKG-INFO +1 -1
  2. {apify-1.5.0 → apify-1.5.1}/pyproject.toml +1 -1
  3. {apify-1.5.0 → apify-1.5.1}/src/apify/scrapy/scheduler.py +0 -10
  4. {apify-1.5.0 → apify-1.5.1}/src/apify.egg-info/PKG-INFO +1 -1
  5. {apify-1.5.0 → apify-1.5.1}/LICENSE +0 -0
  6. {apify-1.5.0 → apify-1.5.1}/README.md +0 -0
  7. {apify-1.5.0 → apify-1.5.1}/setup.cfg +0 -0
  8. {apify-1.5.0 → apify-1.5.1}/src/apify/__init__.py +0 -0
  9. {apify-1.5.0 → apify-1.5.1}/src/apify/_crypto.py +0 -0
  10. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/__init__.py +0 -0
  11. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/file_storage_utils.py +0 -0
  12. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/memory_storage_client.py +0 -0
  13. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/resource_clients/__init__.py +0 -0
  14. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/resource_clients/base_resource_client.py +0 -0
  15. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/resource_clients/base_resource_collection_client.py +0 -0
  16. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/resource_clients/dataset.py +0 -0
  17. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/resource_clients/dataset_collection.py +0 -0
  18. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/resource_clients/key_value_store.py +0 -0
  19. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/resource_clients/key_value_store_collection.py +0 -0
  20. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/resource_clients/request_queue.py +0 -0
  21. {apify-1.5.0 → apify-1.5.1}/src/apify/_memory_storage/resource_clients/request_queue_collection.py +0 -0
  22. {apify-1.5.0 → apify-1.5.1}/src/apify/_utils.py +0 -0
  23. {apify-1.5.0 → apify-1.5.1}/src/apify/actor.py +0 -0
  24. {apify-1.5.0 → apify-1.5.1}/src/apify/config.py +0 -0
  25. {apify-1.5.0 → apify-1.5.1}/src/apify/consts.py +0 -0
  26. {apify-1.5.0 → apify-1.5.1}/src/apify/event_manager.py +0 -0
  27. {apify-1.5.0 → apify-1.5.1}/src/apify/log.py +0 -0
  28. {apify-1.5.0 → apify-1.5.1}/src/apify/proxy_configuration.py +0 -0
  29. {apify-1.5.0 → apify-1.5.1}/src/apify/py.typed +0 -0
  30. {apify-1.5.0 → apify-1.5.1}/src/apify/scrapy/__init__.py +0 -0
  31. {apify-1.5.0 → apify-1.5.1}/src/apify/scrapy/middlewares/__init__.py +0 -0
  32. {apify-1.5.0 → apify-1.5.1}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
  33. {apify-1.5.0 → apify-1.5.1}/src/apify/scrapy/middlewares/apify_retry.py +0 -0
  34. {apify-1.5.0 → apify-1.5.1}/src/apify/scrapy/pipelines.py +0 -0
  35. {apify-1.5.0 → apify-1.5.1}/src/apify/scrapy/utils.py +0 -0
  36. {apify-1.5.0 → apify-1.5.1}/src/apify/storages/__init__.py +0 -0
  37. {apify-1.5.0 → apify-1.5.1}/src/apify/storages/base_storage.py +0 -0
  38. {apify-1.5.0 → apify-1.5.1}/src/apify/storages/dataset.py +0 -0
  39. {apify-1.5.0 → apify-1.5.1}/src/apify/storages/key_value_store.py +0 -0
  40. {apify-1.5.0 → apify-1.5.1}/src/apify/storages/request_queue.py +0 -0
  41. {apify-1.5.0 → apify-1.5.1}/src/apify/storages/storage_client_manager.py +0 -0
  42. {apify-1.5.0 → apify-1.5.1}/src/apify.egg-info/SOURCES.txt +0 -0
  43. {apify-1.5.0 → apify-1.5.1}/src/apify.egg-info/dependency_links.txt +0 -0
  44. {apify-1.5.0 → apify-1.5.1}/src/apify.egg-info/requires.txt +0 -0
  45. {apify-1.5.0 → apify-1.5.1}/src/apify.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apify
3
- Version: 1.5.0
3
+ Version: 1.5.1
4
4
  Summary: Apify SDK for Python
5
5
  Author-email: "Apify Technologies s.r.o." <support@apify.com>
6
6
  License: Apache Software License
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "apify"
3
- version = "1.5.0"
3
+ version = "1.5.1"
4
4
  description = "Apify SDK for Python"
5
5
  readme = "README.md"
6
6
  license = { text = "Apache Software License" }
@@ -49,16 +49,6 @@ class ApifyScheduler(BaseScheduler):
49
49
  traceback.print_exc()
50
50
  raise
51
51
 
52
- def close(self: ApifyScheduler, reason: str) -> None:
53
- """Close the scheduler.
54
-
55
- Args:
56
- reason: The reason for closing the scheduler.
57
- """
58
- Actor.log.debug(f'ApifyScheduler.close was called (reason={reason})...')
59
- nested_event_loop.stop()
60
- nested_event_loop.close()
61
-
62
52
  def has_pending_requests(self: ApifyScheduler) -> bool:
63
53
  """Check if the scheduler has any pending requests.
64
54
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apify
3
- Version: 1.5.0
3
+ Version: 1.5.1
4
4
  Summary: Apify SDK for Python
5
5
  Author-email: "Apify Technologies s.r.o." <support@apify.com>
6
6
  License: Apache Software License
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
File without changes
File without changes
File without changes