apify 1.5.0b1__py3-none-any.whl → 1.5.1__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 apify might be problematic. Click here for more details.

apify/scrapy/scheduler.py CHANGED
@@ -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.0b1
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
@@ -22,7 +22,7 @@ apify/_memory_storage/resource_clients/request_queue.py,sha256=7LS_jrBBJvylFZedZ
22
22
  apify/_memory_storage/resource_clients/request_queue_collection.py,sha256=2WKOoE7FrAJmgyXbxCmowDRdkauYhdA3yGTJw5LeoAg,1651
23
23
  apify/scrapy/__init__.py,sha256=z8uIRyjdp03tm2mmgRXff3LasUwuInnvkFt_L2Q-cGw,222
24
24
  apify/scrapy/pipelines.py,sha256=beBC1JwPU-51vEHL4k3GC1iljY74e5XAor8YBE8lE-I,955
25
- apify/scrapy/scheduler.py,sha256=A6lKB7Bp5F2uoFy6l_gDb-CNHrVfznNORRnLWhFWOBY,4899
25
+ apify/scrapy/scheduler.py,sha256=1Gof4puaWEX7Zc57MYcQZjsHTWjAOYKgLl1Rfh7z9lA,4575
26
26
  apify/scrapy/utils.py,sha256=DcspnpCY7LVPGpFPrZzzn9nRB4p5gWgK-UOb1ChCwMA,6777
27
27
  apify/scrapy/middlewares/__init__.py,sha256=zzosV8BD8SZQIrVKsSaGFGV9rHinNLKm5GPL3ZNxSZQ,96
28
28
  apify/scrapy/middlewares/apify_proxy.py,sha256=SAbEtzYB-vGHpS1FaLth0afWeHxLsd4-qqdNLJI5fA4,5740
@@ -33,8 +33,8 @@ apify/storages/dataset.py,sha256=fbWyr7IZwM19UruUFrQLl8VEdgmF-FeVHmAHI01r4sQ,233
33
33
  apify/storages/key_value_store.py,sha256=vnCo-BgmVB4x1i_8A3cIypnCSItxHI_mZji_Xv8_fyk,10744
34
34
  apify/storages/request_queue.py,sha256=wUpPLXyDAwoVwhEMeeCyVE_QzbQZSRNYZ9-YoIL0GMs,26929
35
35
  apify/storages/storage_client_manager.py,sha256=QAGbu47pwFkHa-AFfolNW3W5hvR7zNz2yxK9Sv0wQbA,2457
36
- apify-1.5.0b1.dist-info/LICENSE,sha256=AsFjHssKjj4LGd2ZCqXn6FBzMqcWdjQre1byPPSypVw,11355
37
- apify-1.5.0b1.dist-info/METADATA,sha256=zfeH5NpAwzoqpt3U-1H1GFhM8ujfJQro4ge9aSORIc4,6235
38
- apify-1.5.0b1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
39
- apify-1.5.0b1.dist-info/top_level.txt,sha256=2oFNsHggn5m_rCaaP7xijQg_-Va2ByOSYuvKgACsS5w,6
40
- apify-1.5.0b1.dist-info/RECORD,,
36
+ apify-1.5.1.dist-info/LICENSE,sha256=AsFjHssKjj4LGd2ZCqXn6FBzMqcWdjQre1byPPSypVw,11355
37
+ apify-1.5.1.dist-info/METADATA,sha256=QCXUbLo-oHxD9rFhWZSbPg5XH9VbXLpJf4NcxYMrnX0,6233
38
+ apify-1.5.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
39
+ apify-1.5.1.dist-info/top_level.txt,sha256=2oFNsHggn5m_rCaaP7xijQg_-Va2ByOSYuvKgACsS5w,6
40
+ apify-1.5.1.dist-info/RECORD,,
File without changes