Qtsass

Latest version: v0.4.0

Safety actively analyzes 613460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

5.0.1

Will produce version `5.0.1` and update the dev version to `5.0.1.dev0`

Important

- In case some of the steps appear as completed, delete the `rever` folder.

bash
rm -rf rever/


- Some of the intermediate steps may ask for feedback, like checking the changelog.

Semi-automatic process using Git and GitHub actions

- Ensure you have the latest version from upstream and update your fork

bash
git pull upstream master
git push origin master


- Clean the repo (select option 1)

bash
git clean -xfdi


- Update `CHANGELOG.md` using loghub

bash
loghub spyder-ide/qtsass -m <vX.X.X>


- Update version in `__init__.py` (set release version, remove 'dev0')

- Commit and push changes

bash
git add .
git commit -m "Release X.X.X"
git push upstream master
git push origin master


- Make a [new release](https://github.com/spyder-ide/qtsass/releases) with tag name `vX.X.X`

- Check that [the CI workflow](https://github.com/spyder-ide/qtsass/actions) for `vX.X.X`
successfully deployed the new release

- Update `__init__.py` (add 'dev0' and increment minor)

- Commit and push changes

bash
git add .
git commit -m "Back to work"
git push upstream master
git push origin master


To release a new version of **qtsass** on conda-forge

- Update recipe on the [qtsass feedstock](https://github.com/conda-forge/qtsass-feedstock)

0.4.0

Issues Closed

* [Issue 73](https://github.com/spyder-ide/qtsass/issues/73) - Release QtSASS 0.4.0
* [Issue 67](https://github.com/spyder-ide/qtsass/issues/67) - Drop support for Python 2.7, 3.5, and 3.6 ([PR 71](https://github.com/spyder-ide/qtsass/pull/71) by [dalthviz](https://github.com/dalthviz))

In this release 2 issues were closed.

Pull Requests Merged

* [PR 71](https://github.com/spyder-ide/qtsass/pull/71) - PR: Drop support for Python <=3.6, by [dalthviz](https://github.com/dalthviz) ([67](https://github.com/spyder-ide/qtsass/issues/67))
* [PR 70](https://github.com/spyder-ide/qtsass/pull/70) - PR: Made `compile_filename` file output optional, by [gentlegiantJGC](https://github.com/gentlegiantJGC)
* [PR 69](https://github.com/spyder-ide/qtsass/pull/69) - PR: Update RELEASE.md, by [dalthviz](https://github.com/dalthviz)
* [PR 59](https://github.com/spyder-ide/qtsass/pull/59) - PR: Add the support for QRadialGradient, by [regrainb](https://github.com/regrainb) ([57](https://github.com/spyder-ide/qtsass/issues/57))

In this release 4 pull requests were closed.

0.3.2

Pull Requests Merged

* [PR 68](https://github.com/spyder-ide/qtsass/pull/68) - PR: Constraint libsass to 0.21.0 and update .authors.yml file, by [dalthviz](https://github.com/dalthviz)
* [PR 66](https://github.com/spyder-ide/qtsass/pull/66) - PR: Update changelog and authors, by [dalthviz](https://github.com/dalthviz)
* [PR 65](https://github.com/spyder-ide/qtsass/pull/65) - PR:🚇 Add deployment pipeline step, by [s-weigand](https://github.com/s-weigand)

In this release 3 pull requests were closed.

0.3.1

Issues Closed

* [Issue 60](https://github.com/spyder-ide/qtsass/issues/60) - Release QtSASS 0.3.1 ([PR 64](https://github.com/spyder-ide/qtsass/pull/64) by [dalthviz](https://github.com/dalthviz))
* [Issue 52](https://github.com/spyder-ide/qtsass/issues/52) - Update 'collections' imports for Python 3.3+ ([PR 54](https://github.com/spyder-ide/qtsass/pull/54) by [goanpeca](https://github.com/goanpeca))

In this release 2 issues were closed.

Pull Requests Merged

* [PR 64](https://github.com/spyder-ide/qtsass/pull/64) - PR: Update CI Python versions and classifiers, by [dalthviz](https://github.com/dalthviz) ([60](https://github.com/spyder-ide/qtsass/issues/60))
* [PR 54](https://github.com/spyder-ide/qtsass/pull/54) - PR: Add check for deprecated api between 2 and 3 versions, by [goanpeca](https://github.com/goanpeca) ([52](https://github.com/spyder-ide/qtsass/issues/52))

In this release 2 pull requests were closed.

0.3.0

Issues Closed

* [Issue 50](https://github.com/spyder-ide/qtsass/issues/50) - Add rever to release process ([PR 51](https://github.com/spyder-ide/qtsass/pull/51) by [goanpeca](https://github.com/goanpeca))
* [Issue 48](https://github.com/spyder-ide/qtsass/issues/48) - Move CI to github actions ([PR 49](https://github.com/spyder-ide/qtsass/pull/49) by [goanpeca](https://github.com/goanpeca))

In this release 2 issues were closed.

Pull Requests Merged

* [PR 51](https://github.com/spyder-ide/qtsass/pull/51) - PR: Add rever to release process, by [goanpeca](https://github.com/goanpeca) ([50](https://github.com/spyder-ide/qtsass/issues/50))
* [PR 49](https://github.com/spyder-ide/qtsass/pull/49) - PR: Move to github actions, by [goanpeca](https://github.com/goanpeca) ([48](https://github.com/spyder-ide/qtsass/issues/48))

In this release 2 pull requests were closed.

0.2

Issues Closed

* [Issue 43](https://github.com/spyder-ide/qtsass/issues/43) - rgba function breaks on incoming 8bit ints ([PR 40](https://github.com/spyder-ide/qtsass/pull/40) by [ewerybody](https://github.com/ewerybody))
* [Issue 42](https://github.com/spyder-ide/qtsass/issues/42) - qlineargradient x1,y1,x2,y2 values can be floats! ([PR 40](https://github.com/spyder-ide/qtsass/pull/40) by [ewerybody](https://github.com/ewerybody))
* [Issue 41](https://github.com/spyder-ide/qtsass/issues/41) - make qtsass watchdog dependence optional

In this release 3 issues were closed.

Pull Requests Merged

* [PR 44](https://github.com/spyder-ide/qtsass/pull/44) - Add Watcher api, by [danbradham](https://github.com/danbradham)
* [PR 40](https://github.com/spyder-ide/qtsass/pull/40) - added support for incomplete coords and incoming %-rgba values ..., by [ewerybody](https://github.com/ewerybody) ([43](https://github.com/spyder-ide/qtsass/issues/43), [42](https://github.com/spyder-ide/qtsass/issues/42))

In this release 2 pull requests were closed.

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.