-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.3.0 ====== #7: Add support for a ``calc()`` within a ``calc()``. v2.2.0 ====== Minor cleanup. Restored package version reporting when fetching URLs. v2.1.0 ====== Adopted `jaraco/skeleton <https://github.com/jaraco/skeleton>`_. Delinted codebase. Removed ``cssutils.VERSION`` and ``cssutils.__version__``. Consumers wishing to know the version should use ``importlib.metadata.version('cssutils')``. v2.0.0 ====== New `maintainer <https://pypi.org/user/jaraco>`_ revives the project and moves `hosting <https://github.com/jaraco/cssutils>`_ with continuous integration testing. Refreshed packaging. Project now requires Python 3.6 or later.
- Loading branch information
Showing
3 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.8 2021/10/26 11:23:01 nia Exp $ | ||
$NetBSD: distinfo,v 1.9 2022/01/05 21:26:01 wiz Exp $ | ||
|
||
BLAKE2s (cssutils-1.0.2.tar.gz) = 30b85221cd4c88a5af3033dd2b2495f34769fffd3c4e8053419e74422b3c689d | ||
SHA512 (cssutils-1.0.2.tar.gz) = 4988893875a03923d3127e334654799e5c2ebcdc0a7f5b3fb5c9ab27d1b331caa5bf197161312a298531e0757843aa3259ceba5fa19947353eea24a5da53ceda | ||
Size (cssutils-1.0.2.tar.gz) = 367038 bytes | ||
BLAKE2s (cssutils-2.3.0.tar.gz) = 8ceeae5b5ef226a66c8624e38d2b9ec625320f2b43f4aa678a3b7b98547091c0 | ||
SHA512 (cssutils-2.3.0.tar.gz) = 9919224a61222e860a99ec80e6375a472b89c52af72272c1de7bcd5fd31cf8570a04da7762c62a17a85bef2c41b1c67447583087df4c86c1f8969ad4875a76d2 | ||
Size (cssutils-2.3.0.tar.gz) = 725849 bytes |