File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3232
3333- :class: `zyte_common_items.JobPosting `
3434
35+ - :class: `zyte_common_items.JobPostingNavigation `
36+
3537- :class: `zyte_common_items.Product `
3638
3739- :class: `zyte_common_items.ProductList `
Original file line number Diff line number Diff line change 2222 AutoArticleListPage ,
2323 AutoArticleNavigationPage ,
2424 AutoArticlePage ,
25+ AutoJobPostingNavigationPage ,
2526 AutoJobPostingPage ,
2627 AutoProductListPage ,
2728 AutoProductNavigationPage ,
3132 CustomAttributesValues ,
3233 Item ,
3334 JobPosting ,
35+ JobPostingNavigation ,
3436 Product ,
3537 ProductList ,
3638 ProductNavigation ,
5658 ArticleList : "articleList" ,
5759 ArticleNavigation : "articleNavigation" ,
5860 JobPosting : "jobPosting" ,
61+ JobPostingNavigation : "jobPostingNavigation" ,
5962}
6063_AUTO_PAGES : Set [type ] = {
6164 AutoArticlePage ,
6265 AutoArticleListPage ,
6366 AutoArticleNavigationPage ,
6467 AutoJobPostingPage ,
68+ AutoJobPostingNavigationPage ,
6569 AutoProductPage ,
6670 AutoProductListPage ,
6771 AutoProductNavigationPage ,
@@ -83,6 +87,7 @@ class ZyteApiProvider(PageObjectInputProvider):
8387 CustomAttributesValues ,
8488 Geolocation ,
8589 JobPosting ,
90+ JobPostingNavigation ,
8691 Product ,
8792 ProductList ,
8893 ProductNavigation ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_version():
3333 "andi>=0.6.0" ,
3434 "scrapy-poet>=0.22.3" ,
3535 "web-poet>=0.17.0" ,
36- "zyte-common-items>=0.23 .0" ,
36+ "zyte-common-items>=0.24 .0" ,
3737 ]
3838 },
3939 classifiers = [
Original file line number Diff line number Diff line change 9090 andi ==0.6.0
9191 scrapy-poet ==0.22.3
9292 web-poet ==0.17.0
93- zyte-common-items ==0.23 .0
93+ zyte-common-items ==0.24 .0
9494
9595[testenv:pinned-extra]
9696basepython =python3.8
You can’t perform that action at this time.
0 commit comments