File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ # 1.0-rc2:
2+ - moved argument handling to click
3+ - ` qbpm launch ` 's -n/--new renamed to -c/--create
Original file line number Diff line number Diff line change 11# Maintainer: Peter Rice <{first name}@peterrice.xyz>
22
33pkgname=qbpm-git
4- pkgver=0.3.r16.g7899e67
4+ pkgver=1.0-rc2.r1
55pkgrel=1
66pkgdesc=" A profile manager for qutebrowser"
77url=" https://github.com/pvsr/qbpm"
Original file line number Diff line number Diff line change 66with pythonPackages ;
77 buildPythonPackage rec {
88 pname = "qbpm" ;
9- version = "0.6 " ;
9+ version = "1.0-rc2 " ;
1010 src = ./. ;
1111 doCheck = true ;
1212 nativeBuildInputs = [ pkgs . scdoc ] ;
Original file line number Diff line number Diff line change 22
33setup (
44 name = "qbpm" ,
5- version = "0.6 " ,
5+ version = "1.0-rc2 " ,
66 url = "https://github.com/pvsr/qbpm" ,
77 packages = find_packages (),
88 entry_points = {"console_scripts" : ["qbpm = qbpm.main:main" ]},
You can’t perform that action at this time.
0 commit comments