question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrongly formating "compatible release" clause

See original GitHub issue
diff --git a/setup.cfg b/setup.cfg
index efc3a0f..662e52c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,15 +43,15 @@ console_scripts =
 [options.extras_require]
 doc =
     furo
-    sphinx~=3.0
-    sphinx-autodoc-typehints~=1.10
-    sphinxcontrib-autoprogram~=0.1.0
+    sphinx-autodoc-typehints~~=1.10
+    sphinxcontrib-autoprogram~~=0.1.0
+    sphinx~~=3.0
 test =
-    filelock~=3.0
+    filelock~~=3.0
     pytest>=5,<=6
-    pytest-cov~=2.0
+    pytest-cov~~=2.0
     pytest-mock>=2,<=3
-    pytest-xdist~=1.34
+    pytest-xdist~~=1.34
 typing =
     mypy==0.790
     typing-extensions>=3.7.4.3

https://www.python.org/dev/peps/pep-0440/#compatible-release

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
asottilecommented, Oct 26, 2020

it was already released by the time you made your comment?

0reactions
FFY00commented, Oct 26, 2020

I didn’t notice, sorry 😅

Read more comments on GitHub >

github_iconTop Results From Across the Web

What to do if document execution has gone wrong
The date of a contract is evidence as to when it was executed and there is a (rebuttable) presumption that the date on...
Read more >
In requirements.txt, what does tilde equals (~=) mean?
A compatible release clause consists of the compatible release operator ~= and a version identifier. It matches any candidate version that is expected...
Read more >
The Top 10 Mistakes with Non-Competition Agreements
The agreement is unenforceable because there was no consideration. One of the most common reasons that courts refuse to enforce Non-Competes is that...
Read more >
Semantic Versioning 2.0.0 | Semantic Versioning
In systems with many dependencies, releasing new package versions can quickly ... (assuming compatibility with more future versions than is reasonable).
Read more >
Indemnity Clause: Meaning & Samples (2022)
Learn what Indemnity Clauses are with examples and samples. We've created a guide to the most common clauses found in contracts to explore...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found