Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] yt-dlp reports wrong version
@ 2023-08-19  5:48 meator
  2023-08-19  6:43 ` classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: meator @ 2023-08-19  5:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 824 bytes --]

New issue by meator on void-packages repository

https://github.com/void-linux/void-packages/issues/45668

Description:
### Is this a new report?

Yes

### System Info

Void 6.3.13_1 x86_64 GenuineIntel uptodate rrrdFFFFFFFFFFFFFF

### Package(s) Affected

yt-dlp-2023.07.06_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

```sh
> yt-dlp --version
2023.07.06
```

### Actual behaviour

```sh
> yt-dlp --version
2023.03.04
```

The program itself reports version `2023.03.04` even though it's from `yt-dlp-2023.07.06_1`. yt-dlp's version detection is possibly faulty (or XBPS version of the package is actually `2023.03.04` but I find that unlikely).

### Steps to reproduce

1. `xbps-install -S yt-dlp`
2. `yt-dlp --version`

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: yt-dlp reports wrong version
  2023-08-19  5:48 [ISSUE] yt-dlp reports wrong version meator
@ 2023-08-19  6:43 ` classabbyamp
  2023-08-19  7:00 ` Anachron
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-08-19  6:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/45668#issuecomment-1684862846

Comment:
```
$ xrs yt-dlp
[*] yt-dlp-2023.07.06_1 CLI program to download videos from YouTube and other sites
abi@daedelus ~
$ yt-dlp --version
2023.07.06
```
can't repro. try `xbps-pkgdb yt-dlp`, perhaps you installed an old version with pip somehow?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: yt-dlp reports wrong version
  2023-08-19  5:48 [ISSUE] yt-dlp reports wrong version meator
  2023-08-19  6:43 ` classabbyamp
@ 2023-08-19  7:00 ` Anachron
  2023-08-19  7:00 ` meator
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Anachron @ 2023-08-19  7:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/45668#issuecomment-1684868866

Comment:
Yeah, use (`which yt-dlp`) to find the source.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: yt-dlp reports wrong version
  2023-08-19  5:48 [ISSUE] yt-dlp reports wrong version meator
  2023-08-19  6:43 ` classabbyamp
  2023-08-19  7:00 ` Anachron
@ 2023-08-19  7:00 ` meator
  2023-08-19  7:00 ` Anachron
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: meator @ 2023-08-19  7:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/issues/45668#issuecomment-1684869314

Comment:
That's strange. Probably an error on my side. I have tried it in a docker container and I see correct version.

This is from my system:
```
> xbps-query yt-dlp
architecture: x86_64
changelog: https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md
filename-sha256: a34e96987193fff360d1f81a2c16a467f1d157f4c730657b2c246deb0762cc2a
filename-size: 1976KB
homepage: https://github.com/yt-dlp/yt-dlp
install-date: 2023-08-19 08:56 CEST
install-script: 847B
installed_size: 9476KB
license: Unlicense
maintainer: Michal Vasilek <michal@vasilek.cz>
metafile-sha256: f255cce80de516dd003bad20cd2a3fea7fc5357858d48404a02184860ac0d79b
pkgname: yt-dlp
pkgver: yt-dlp-2023.07.06_1
remove-script: 845B
repository: https://repo-default.voidlinux.org/current
run_depends:
	python3>=0
short_desc: CLI program to download videos from YouTube and other sites
source-revisions: yt-dlp:b0e456752f
state: installed
> sudo xbps-pkgdb yt-dlp
> echo $?
0
> /usr/bin/yt-dlp --version
2023.03.04
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: yt-dlp reports wrong version
  2023-08-19  5:48 [ISSUE] yt-dlp reports wrong version meator
                   ` (2 preceding siblings ...)
  2023-08-19  7:00 ` meator
@ 2023-08-19  7:00 ` Anachron
  2023-08-19  7:10 ` meator
  2023-08-19  7:10 ` [ISSUE] [CLOSED] " meator
  5 siblings, 0 replies; 7+ messages in thread
From: Anachron @ 2023-08-19  7:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/45668#issuecomment-1684868866

Comment:
Yeah, use `which yt-dlp` to find the source.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: yt-dlp reports wrong version
  2023-08-19  5:48 [ISSUE] yt-dlp reports wrong version meator
                   ` (3 preceding siblings ...)
  2023-08-19  7:00 ` Anachron
@ 2023-08-19  7:10 ` meator
  2023-08-19  7:10 ` [ISSUE] [CLOSED] " meator
  5 siblings, 0 replies; 7+ messages in thread
From: meator @ 2023-08-19  7:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/issues/45668#issuecomment-1684872940

Comment:
Not a Void problem, closing.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] yt-dlp reports wrong version
  2023-08-19  5:48 [ISSUE] yt-dlp reports wrong version meator
                   ` (4 preceding siblings ...)
  2023-08-19  7:10 ` meator
@ 2023-08-19  7:10 ` meator
  5 siblings, 0 replies; 7+ messages in thread
From: meator @ 2023-08-19  7:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]

Closed issue by meator on void-packages repository

https://github.com/void-linux/void-packages/issues/45668

Description:
### Is this a new report?

Yes

### System Info

Void 6.3.13_1 x86_64 GenuineIntel uptodate rrrdFFFFFFFFFFFFFF

### Package(s) Affected

yt-dlp-2023.07.06_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

```sh
> yt-dlp --version
2023.07.06
```

### Actual behaviour

```sh
> yt-dlp --version
2023.03.04
```

The program itself reports version `2023.03.04` even though it's from `yt-dlp-2023.07.06_1`. yt-dlp's version detection is possibly faulty (or XBPS version of the package is actually `2023.03.04` but I find that unlikely).

### Steps to reproduce

1. `xbps-install -S yt-dlp`
2. `yt-dlp --version`

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-19  7:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-19  5:48 [ISSUE] yt-dlp reports wrong version meator
2023-08-19  6:43 ` classabbyamp
2023-08-19  7:00 ` Anachron
2023-08-19  7:00 ` meator
2023-08-19  7:00 ` Anachron
2023-08-19  7:10 ` meator
2023-08-19  7:10 ` [ISSUE] [CLOSED] " meator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).