Skip to content

python312Packages.xlwt: Remove nose dependency#330217

Merged
emilazy merged 2 commits intoNixOS:masterfrom
pyrox0:denose/xlwt
Jul 26, 2024
Merged

python312Packages.xlwt: Remove nose dependency#330217
emilazy merged 2 commits intoNixOS:masterfrom
pyrox0:denose/xlwt

Conversation

@pyrox0
Copy link
Member

@pyrox0 pyrox0 commented Jul 26, 2024

Description of changes

Part of #326513

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Jul 26, 2024
Copy link
Member

@emilazy emilazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I think you can remove the pythonOlder as we don’t have any versions remotely that old.

Since the repository is archived and there are some miscellaneous fix commits (including removing nose) on GitHub postdating the final tag, maybe we should consider pinning the final commit?

@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Jul 26, 2024
@ofborg ofborg bot added the 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. label Jul 26, 2024
pyrox0 added 2 commits July 26, 2024 18:15
Updates to the latest commit of the now-archived repo, should have no
breaking changes, per the suggestion in
NixOS#330217 (review)
Copy link
Member

@emilazy emilazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Result of nixpkgs-review pr 330217 run on x86_64-linux 1

57 packages built:
  • netbox (netbox_3_7)
  • odoo
  • odoo.dist
  • odoo16
  • odoo16.dist
  • peering-manager
  • python311Packages.canmatrix
  • python311Packages.canmatrix.dist
  • python311Packages.canopen
  • python311Packages.canopen.dist
  • python311Packages.django-import-export
  • python311Packages.django-import-export.dist
  • python311Packages.django-tables2
  • python311Packages.django-tables2.dist
  • python311Packages.netbox-reorder-rack
  • python311Packages.netbox-reorder-rack.dist
  • python311Packages.pyexcel-ods
  • python311Packages.pyexcel-ods.dist
  • python311Packages.pyexcel-xls
  • python311Packages.pyexcel-xls.dist
  • python311Packages.pylint-django
  • python311Packages.pylint-django.dist
  • python311Packages.pytablewriter
  • python311Packages.pytablewriter.dist
  • python311Packages.pytest-md-report
  • python311Packages.pytest-md-report.dist
  • python311Packages.riscof
  • python311Packages.riscof.dist
  • python311Packages.riscv-isac
  • python311Packages.riscv-isac.dist
  • python311Packages.xlwt
  • python311Packages.xlwt.dist
  • python312Packages.canmatrix
  • python312Packages.canmatrix.dist
  • python312Packages.canopen
  • python312Packages.canopen.dist
  • python312Packages.django-import-export
  • python312Packages.django-import-export.dist
  • python312Packages.django-tables2
  • python312Packages.django-tables2.dist
  • python312Packages.netbox-reorder-rack
  • python312Packages.netbox-reorder-rack.dist
  • python312Packages.pylint-django
  • python312Packages.pylint-django.dist
  • python312Packages.pytablewriter
  • python312Packages.pytablewriter.dist
  • python312Packages.pytest-md-report
  • python312Packages.pytest-md-report.dist
  • python312Packages.riscof
  • python312Packages.riscof.dist
  • python312Packages.riscv-isac
  • python312Packages.riscv-isac.dist
  • python312Packages.xlwt
  • python312Packages.xlwt.dist
  • tandoor-recipes
  • visidata
  • visidata.dist

Comment on lines +34 to 38
license = with lib.licenses; [
bsdOriginal
bsd3
lgpl21Plus
];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crazy ass moments in FOSS licensing.

@emilazy emilazy merged commit f64eced into NixOS:master Jul 26, 2024
@pyrox0 pyrox0 deleted the denose/xlwt branch August 4, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants