Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bleach 6.0.0 #6

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

bleach 6.0.0 #6

wants to merge 1 commit into from

Conversation

skupr-anaconda
Copy link

Recipe directory diff between current master and this update:

diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index 8f63b3b..39f27cf 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -1,4 +1,4 @@
-{% set version = "4.1.0" %}
+{% set version = "6.0.0" %}
 
 package:
   name: bleach
@@ -6,7 +6,7 @@ package:
 
 source:
   url: https://pypi.io/packages/source/b/bleach/bleach-{{ version }}.tar.gz
-  sha256: 0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da
+  sha256: 1a1a85c1595e07d8db14c5f09f09e6433502c51c595970edc090551f0db99414
 
 build:
   number: 0

Jira ticket: (-)

The upstream data:
Github releases: https://github.com/mozilla/bleach/releases
Diff between the latest and previous upstream releases
Changelog: https://github.com/mozilla/bleach/blob/main/CHANGES
Requirements:

Actions:

Notes:
*

Additional info:

Package's statistics

  • Priority C | effort: easy | Category: anaconda | subcategory: dependency | pkg_type: python
  • Outdated platfroms: 'linux-64', 'linux-aarch64', 'linux-s390x', 'linux-ppc64le', 'osx-64', 'osx-arm64', 'win-64'
  • Latest version: 6.0.0
  • Release on PyPi:
    • version: 6.0.0
    • date: 2023-01-23T16:40:18
  • PyPi history
  • Popularity:
    • 3 months downloads: 1011225.0
    • All time: 10648022 downloads - bleach 6.0.0 Easy, whitelist-based HTML-sanitizing tool

Other checks:

    • Check the pinnings
    • Verify that the build_number is correct
    • has setuptools
    • has wheel
    • pip in test
    • Verify the test section
    • Verify if the package is architecture specific
    • Verify that private modules are not mentioned in the recipe For example: (_private_module)
    • license_file: LICENSE is present
    • license_family Apache is present
    • License: Apache-2.0
    • License is spdx compliant
  • Check if the license identifier has correct name from the SPDX License List
Identifier
Apache-2.0

Check dependency issues:

../aggregate/bleach-feedstock/recipe/meta.yaml Dependencies: ['six >=1.9.0', 'setuptools', 'webencodings', 'python >=3.6', 'packaging', 'wheel', 'python', 'pip']

noarch:

  • py3.7: No issues found
  • py3.8: No issues found
  • py3.9: No issues found
  • py3.10: No issues found

linux-64:

  • py3.7: No issues found
  • py3.8: No issues found
  • py3.9: No issues found
  • py3.10: No issues found

linux-ppc64le:

  • py3.7: No issues found
  • py3.8: No issues found
  • py3.9: No issues found
  • py3.10: No issues found

linux-s390x:

  • py3.7: No issues found
  • py3.8: No issues found
  • py3.9: No issues found
  • py3.10: No issues found

osx-64:

  • py3.7: No issues found
  • py3.8: No issues found
  • py3.9: No issues found
  • py3.10: No issues found

osx-arm64:

  • py3.8: No issues found
  • py3.9: No issues found
  • py3.10: No issues found

win-64:

  • py3.7: No issues found
  • py3.8: No issues found
  • py3.9: No issues found
  • py3.10: No issues found

Package Build Score: 19

Links:

Updating the recipe:
If the recipe needs additional modification the update branch can be modified. Note that the PR diffs are not updated with these changes.

git clone -b 6.0.0 git@github.com:AnacondaRecipes/bleach-feedstock.git

@anaconda-pkg-build
Copy link

Linter check found the following problems: The following problems have been found:

ERROR: /tmp/abs_a05s69i183/clone/recipe/meta.yaml:14: pip_install_args: pip install should be run with --no-deps.
WARNING: /tmp/abs_a05s69i183/clone/recipe/meta.yaml:48: documentation_overspecified: Using doc_url and doc_source_url is overspecified
Errors were found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants