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 1
1
# Maintainer: Peter Rice <{first name}@peterrice.xyz>
2
2
3
3
pkgname=qbpm-git
4
- pkgver=0.3.r16.g7899e67
4
+ pkgver=1.0-rc2.r1
5
5
pkgrel=1
6
6
pkgdesc=" A profile manager for qutebrowser"
7
7
url=" https://github.com/pvsr/qbpm"
Original file line number Diff line number Diff line change 6
6
with pythonPackages ;
7
7
buildPythonPackage rec {
8
8
pname = "qbpm" ;
9
- version = "0.6 " ;
9
+ version = "1.0-rc2 " ;
10
10
src = ./. ;
11
11
doCheck = true ;
12
12
nativeBuildInputs = [ pkgs . scdoc ] ;
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "qbpm" ,
5
- version = "0.6 " ,
5
+ version = "1.0-rc2 " ,
6
6
url = "https://github.com/pvsr/qbpm" ,
7
7
packages = find_packages (),
8
8
entry_points = {"console_scripts" : ["qbpm = qbpm.main:main" ]},
You can’t perform that action at this time.
0 commit comments