• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pywbem / pywbem / 5103360097
92%

Build:
DEFAULT BRANCH: master
Ran 28 May 2023 08:57AM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5103360097

push

github

Andreas Maier
Modify use of the safety utility to use their .safety_policy_file

1. Created new .policy_safety_file in root directoyry.
2. Modifedy Makefile to use this file and ignore the list of safety issues
in the Makefile.
3. Removed the set of issues in the Makefile.
4. Reviewed the set of issues in the Makefile to confirm differences with
the .safety_policy_file.
5. This added a significant number of changes due to some the safety
issues for jupyter components where the new minimum versions affected
minimum versions of other components used by notebook.  Thus we added
several new entries with python version limitations including:

Version issue between nbconvert and jinja2, sphinx 3.5.4 depends on
Jinja2>=2.3, convert 6.5.1 depends on jinja2>=3.0

Modify MarkupSafe to make minimum version python version dependent. With
break at python 3.6

Set pyxmq minimum from 16.04.17.0.0

Because notebook 6.4.10 depends on pyxmq >=17 this moves min version of
pyzmq to 170.0

Change minimum_constraints.txt importlib-metadata

Change the line:

importlib-metadata==0.22; python_version <= '3.7'

to

use importlib-metadata version 0.23

This was causing failure with ubuntu latest python 3.7 minimum where
argcomplete required importlib-metadata 023. We did not trace the
dependencies path to see what else had changed.

Updated minimum version of future to 0.18.3 to reflect the correction of
issue # 52510 which we documented in pywbem issue #2976

Changed the defintion of python version limits so python_version ==
'2.7'  always occurs on its own line to make removeal easier in the
future.
Source Files on build 5103360097
Detailed source file information is not available for this build.
  • Back to Repo
  • 6e6cae27 on github
  • Prev Build on master (#TEST-1617)
  • Next Build on master (#TEST-1621)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc