René's URL Explorer Experiment


Title: semantic_version.match emits a PendingDeprecationWarning · Issue #147 · rbarrois/python-semanticversion · GitHub

Open Graph Title: semantic_version.match emits a PendingDeprecationWarning · Issue #147 · rbarrois/python-semanticversion

X Title: semantic_version.match emits a PendingDeprecationWarning · Issue #147 · rbarrois/python-semanticversion

Description: Summary Calling the top-level match method emits a PendingDeprecationWarning regardless of the provided inputs Environment and Version Python version: 3.11.3 (conda-forge) semantic_version version: '2.10.0' Operating system: Linux x64 St...

Open Graph Description: Summary Calling the top-level match method emits a PendingDeprecationWarning regardless of the provided inputs Environment and Version Python version: 3.11.3 (conda-forge) semantic_version version:...

X Description: Summary Calling the top-level match method emits a PendingDeprecationWarning regardless of the provided inputs Environment and Version Python version: 3.11.3 (conda-forge) semantic_version version:...

Opengraph URL: https://github.com/rbarrois/python-semanticversion/issues/147

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"semantic_version.match emits a PendingDeprecationWarning","articleBody":"## Summary\r\nCalling the top-level `match` method emits a `PendingDeprecationWarning` regardless of the provided inputs\r\n\r\n## Environment and Version\r\n- Python version: 3.11.3 (conda-forge)\r\n- `semantic_version` version: '2.10.0'\r\n- Operating system: Linux x64\r\n\r\n## Steps to Reproduce\r\n\r\n```python\r\n\u003e\u003e\u003e import warnings\r\n\u003e\u003e\u003e import semantic_version as semver\r\n\u003e\u003e\u003e warnings.simplefilter(\"always\")\r\n\u003e\u003e\u003e semver.match(\"\u003e1.19.2\", \"1.19.3\")\r\n```\r\n\r\nproduces:\r\n\r\n```\r\n/path/to/my/virtualenv/lib/python3.11/site-packages/semantic_version/base.py:600: PendingDeprecationWarning: The Spec() class will be removed in 3.1; use SimpleSpec() instead.\r\n  return Spec(spec).match(Version(version))\r\nTrue\r\n```\r\n## Workaround\r\n\r\nBeing hyper-explicit in my call:\r\n\r\n```\r\n\u003e\u003e\u003e  semver.SimpleSpec(\"\u003e1.19.2\").match(semver.Version(\"1.19.3\"))\r\n```\r\n\r\nwill produce the desired result with no warning\r\n\r\n## Severity\r\nAnnoyance. I'm using this as a dependency in a personal project, and the deprecation shows up all over my test logs. Given that the API seems to be somewhat in flux, I'd prefer to rely on the simple string-matching method, unless that too is deprecated.\r\n\r\n## Desired Outcome\r\nLooking at the current implementation:\r\n\r\nhttps://github.com/rbarrois/python-semanticversion/blob/2cbbee3154d9011cee873ae3a020cd17c669f6df/semantic_version/base.py#L606-L607\r\n\r\nIt seems like it would be a simple matter of changing:\r\n\r\n```diff\r\ndef match(spec, version): \r\n-    return Spec(spec).match(Version(version))\r\n+    return SimpleSpec(spec).match(Version(version)) \r\n```\r\n\r\nbut if the intent is to wean users off of the direct `match` method, then the current behavior makes sense.","author":{"url":"https://github.com/OpenBagTwo","@type":"Person","name":"OpenBagTwo"},"datePublished":"2023-05-17T17:22:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/147/python-semanticversion/issues/147"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:0b042723-f496-877e-d0d5-edc738bf616c
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9CF2:16ACDA:E0C1AF:11E69E1:699185E2
html-safe-nonce86185adfb4e7b34c7fc75f7caa9a21d1eb40f9d54c735764d29b949550666e10
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Q0YyOjE2QUNEQTpFMEMxQUY6MTFFNjlFMTo2OTkxODVFMiIsInZpc2l0b3JfaWQiOiI5MTk5ODQ1NjIwODIyNjcyODY2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmace3dc30d2879c065b5e46c5f5719c84fb775ef284907657be9c9c7733dbccfb12
hovercard-subject-tagissue:1714333901
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/rbarrois/python-semanticversion/147/issue_layout
twitter:imagehttps://opengraph.githubassets.com/bc44ec8c94fe0a64a08ad3b8ac6fbcaa278f9086cb460e6988f1854838b1d272/rbarrois/python-semanticversion/issues/147
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/bc44ec8c94fe0a64a08ad3b8ac6fbcaa278f9086cb460e6988f1854838b1d272/rbarrois/python-semanticversion/issues/147
og:image:altSummary Calling the top-level match method emits a PendingDeprecationWarning regardless of the provided inputs Environment and Version Python version: 3.11.3 (conda-forge) semantic_version version:...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameOpenBagTwo
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/rbarrois/python-semanticversion git https://github.com/rbarrois/python-semanticversion.git
octolytics-dimension-user_id694541
octolytics-dimension-user_loginrbarrois
octolytics-dimension-repository_id4326308
octolytics-dimension-repository_nworbarrois/python-semanticversion
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id4326308
octolytics-dimension-repository_network_root_nworbarrois/python-semanticversion
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/issues/147#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Frbarrois%2Fpython-semanticversion%2Fissues%2F147
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Frbarrois%2Fpython-semanticversion%2Fissues%2F147
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=rbarrois%2Fpython-semanticversion
Reloadhttps://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/issues/147
Reloadhttps://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/issues/147
Reloadhttps://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/issues/147
rbarrois https://patch-diff.githubusercontent.com/rbarrois
python-semanticversionhttps://patch-diff.githubusercontent.com/rbarrois/python-semanticversion
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Frbarrois%2Fpython-semanticversion
Fork 74 https://patch-diff.githubusercontent.com/login?return_to=%2Frbarrois%2Fpython-semanticversion
Star 290 https://patch-diff.githubusercontent.com/login?return_to=%2Frbarrois%2Fpython-semanticversion
Code https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion
Issues 30 https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/issues
Pull requests 14 https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/pulls
Actions https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/actions
Projects 0 https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/projects
Security 0 https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/security
Insights https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/pulse
Code https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion
Issues https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/issues
Pull requests https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/pulls
Actions https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/actions
Projects https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/projects
Security https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/security
Insights https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/rbarrois/python-semanticversion/issues/147
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/rbarrois/python-semanticversion/issues/147
semantic_version.match emits a PendingDeprecationWarninghttps://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/issues/147#top
https://github.com/OpenBagTwo
https://github.com/OpenBagTwo
OpenBagTwohttps://github.com/OpenBagTwo
on May 17, 2023https://github.com/rbarrois/python-semanticversion/issues/147#issue-1714333901
python-semanticversion/semantic_version/base.pyhttps://github.com/rbarrois/python-semanticversion/blob/2cbbee3154d9011cee873ae3a020cd17c669f6df/semantic_version/base.py#L606-L607
2cbbee3https://patch-diff.githubusercontent.com/rbarrois/python-semanticversion/commit/2cbbee3154d9011cee873ae3a020cd17c669f6df
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.